summaryrefslogtreecommitdiff
path: root/community/procstatd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-18 23:15:18 +0000
committerroot <root@rshg054.dnsready.net>2011-11-18 23:15:18 +0000
commit126af148530f656a2ed192a852477b2ee97d5397 (patch)
tree8ffc6ca622df6bd9d9a17cbacfd394bba287d84b /community/procstatd
parent029ccb02a25d48cdc39a7e749c17fa8bc9fb84e3 (diff)
Fri Nov 18 23:15:18 UTC 2011
Diffstat (limited to 'community/procstatd')
-rw-r--r--community/procstatd/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/procstatd/PKGBUILD b/community/procstatd/PKGBUILD
index 5f11cecf9..7304696ff 100644
--- a/community/procstatd/PKGBUILD
+++ b/community/procstatd/PKGBUILD
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 5270 2009-11-07 13:16:35Z ibiru $
+# $Id: PKGBUILD 58686 2011-11-17 15:41:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Jason Chu <jason@archlinux.org>
@@ -11,15 +12,14 @@ license=('GPL')
source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
url="http://www.phy.duke.edu/brahma/"
+md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
build() {
-cd $startdir/src/$pkgname
-# Get rid of the funky mkae install forever bug
-sed -i 's/make install/echo/;s/cd watchman/echo/' Makefile
-make || return 1
-make INSTDIR=$startdir/pkg/usr install
-mkdir ${pkgdir}/usr/share
-mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-#mkdir -p $startdir/pkg/usr/share/procstatd-extras
-#cp -R webwatch $startdir/pkg/usr/share/procstatd-extras/
+ cd $srcdir/$pkgname
+ # Get rid of the funky make install forever bug
+ sed -i 's/make install/echo/;s/cd watchman/echo/' Makefile
+ make
+ make INSTDIR=$pkgdir/usr install
+ mkdir ${pkgdir}/usr/share
+ mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
}