summaryrefslogtreecommitdiff
path: root/community/procstatd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/procstatd
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/procstatd')
-rw-r--r--community/procstatd/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/procstatd/PKGBUILD b/community/procstatd/PKGBUILD
deleted file mode 100644
index d72ce0b15..000000000
--- a/community/procstatd/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 91870 2013-05-28 17:44:13Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Maintainer: Jason Chu <jason@archlinux.org>
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=8
-pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
-arch=('i686 x86_64')
-license=('GPL')
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url="http://www.phy.duke.edu/brahma/"
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
- cd $srcdir/$pkgname
- # Get rid of the funky make install forever bug
- sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
- make
-}
-
-package() {
- cd $srcdir/$pkgname
- make INSTDIR=$pkgdir/usr install
- mkdir ${pkgdir}/usr/share
- mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}