diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/libstatgrab/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/libstatgrab/PKGBUILD')
-rw-r--r-- | abs/core-testing/libstatgrab/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/abs/core-testing/libstatgrab/PKGBUILD b/abs/core-testing/libstatgrab/PKGBUILD deleted file mode 100644 index ae38a47..0000000 --- a/abs/core-testing/libstatgrab/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Hugo Ideler <hugoideler@dse.nl> - -pkgname=libstatgrab -pkgver=0.14 -pkgrel=1 -pkgdesc="A library that provides cross platform access to statistics about the system on which it's run" -url="http://www.i-scream.org/libstatgrab" -license="" -depends=() -makedepends=() -conflicts=() -replaces=() -backup=() -arch=('i686') -install= -source=(ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$pkgname-$pkgver.tar.gz) - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - -#What you get when people make broken Makefiles... -sed -i -e 's:chown root ${exec_prefix}/bin/statgrab::' ./src/statgrab/Makefile -sed -i -e 's:chmod u+s ${exec_prefix}/bin/statgrab::' ./src/statgrab/Makefile -sed -i -e 's:chown root ${exec_prefix}/bin/saidar::' ./src/saidar/Makefile -sed -i -e 's:chmod u+s ${exec_prefix}/bin/saidar::' ./src/saidar/Makefile - make DESTDIR=$startdir/pkg install -#MAKE="make DESTDIR=$startdir/pkg prefix=$startdir/pkg" -} |