# $Id: PKGBUILD 20469 2010-07-08 11:18:34Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: dojo pkgname=gtkdialog pkgver=0.7.20 pkgrel=2 pkgdesc="Gtkdialog is a small utility for fast and easy GUI building." arch=('i686' 'x86_64') url="http://linux.pte.hu/~pipas/gtkdialog/" license=("GPL") makedepends=('pkgconfig') depends=('gtk2' 'libglade') install=gtkdialog.install source=(ftp://linux.pte.hu/pub/gtkdialog/$pkgname-$pkgver.tar.gz build-fix.patch) md5sums=('597103b3ec575dd7af9e84931a62c532' 'e759df95bf729957df34f5c4310d34d1') build() { cd $srcdir/$pkgname-$pkgver patch -p1 <$srcdir/build-fix.patch ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info make || return 1 make prefix=$pkgdir/usr install }