diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-05 14:38:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-05 14:38:10 (GMT) |
commit | ee33ddf6f3657ff6384de9c6e517511f0427ffc7 (patch) | |
tree | c02a8afa5bdd1099494f7d436a58dec4bf086b12 /abs/chroot-devel/gamin | |
parent | d6049e8a38b8babf070b6f2183c336334ed97fd9 (diff) | |
download | linhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.zip linhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.tar.gz linhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.tar.bz2 |
Goodbye chroot-devel.
All things chroot-devel have been moved and split between core and extra
Diffstat (limited to 'abs/chroot-devel/gamin')
-rw-r--r-- | abs/chroot-devel/gamin/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/chroot-devel/gamin/PKGBUILD b/abs/chroot-devel/gamin/PKGBUILD deleted file mode 100644 index a2f03b8..0000000 --- a/abs/chroot-devel/gamin/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD,v 1.2 2008/07/28 13:15:48 abhidg Exp $ -# Maintainer: Abhishek Dasgupta <abhidg@gmail.com> -# Contributor: Pulphix <crimea.v@libero.it> - -pkgname=gamin -pkgver=0.1.9 -pkgrel=4 -pkgdesc='Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system.' -url='http://www.gnome.org/~veillard/gamin' -license=('GPL') -arch=('i686' 'x86_64') -depends=('glib2') -options=('libtool') -provides=('fam') -conflicts=('fam') -source=("http://www.gnome.org/~veillard/gamin/sources/${pkgname}-${pkgver}.tar.gz") -md5sums=('2d3a6a70df090ed923238e381e6c2982') - -build() { - cd $startdir/src/$pkgname-$pkgver - sed -i "s# -Wall# -Wall -D_GNU_SOURCE#g" configure || return 1 - ./configure --prefix=/usr --disable-static --with-threads --without-python --disable-debug-api --disable-debug - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 -} |