Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
szesch committed Feb 23, 2012
2 parents 001547a + 2a073b3 commit 90fb543
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 528 deletions.
13 changes: 8 additions & 5 deletions distro/archlinux/PKGBUILD
@@ -1,20 +1,23 @@
pkgname=mate-dialogs
pkgver=1.1.0
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts"
arch=(i686 x86_64)
license=('LGPL')
depends=('libmatenotify')
makedepends=('intltool' 'gtk-doc' 'mate-doc-utils')
url="http://matsusoft.com.ar/projects"
url="http://matsusoft.com.ar/projects/mate/"
groups=('mate')
provides=('zenity')
conflicts=('zenity')
options=('!emptydirs' '!libtool')
source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download)
sha256sums=('397ac5e21a311b276bf2c2b7b2e038bed55cf4400799742de0ed7e27ec6bcdda')
source=()
sha256sums=()



build() {
cd "${srcdir}/${pkgname}"
cd "${srcdir}/../../../"
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
Expand All @@ -25,7 +28,7 @@ build() {
}

package() {
cd "${srcdir}/${pkgname}"
cd "${srcdir}/../../../"

make DESTDIR="${pkgdir}" install
# hax!
Expand Down

0 comments on commit 90fb543

Please sign in to comment.