summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libstatgrab/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libstatgrab/PKGBUILD')
-rw-r--r--abs/core-testing/libstatgrab/PKGBUILD30
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"
-}