# $Id: PKGBUILD 57801 2011-11-03 09:12:48Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angelo Theodorou # Contributor: Lex Rivera aka x-demon pkgname=alleyoop pkgver=0.9.7 pkgrel=3 pkgdesc="A Valgrind front-end for the GNOME environment" arch=('x86_64' 'i686') url="http://alleyoop.sourceforge.net/" license=('GPL') depends=('valgrind' 'libgnomeui') makedepends=('intltool') install=alleyoop.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('b45ab041dea15cd0ae663183bef893c6') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -m755 -d "$pkgdir/usr/share/gconf/schemas" gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \ --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas rm -r "$pkgdir/etc" } # vim:set ts=2 sw=2 et: