updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / rpc.rstatd / PKGBUILD
blobbf1246c621f60cb72c9c555571239f153eaf6ee5
1 # Contributor: Chris Cooper <coopstah13@comcast.net>
2 # Special thanks to Mark Rosenstand <mark@borkware.net>
3 # He is the original creator of this, but stopped maintaining.
5 pkgname=rpc.rstatd
6 pkgver=4.0.1
7 pkgrel=1
8 pkgdesc="Linux Performance Statistics Client and Server"
9 arch=('i686' 'x86_64')
10 url="http://rstatd.sourceforge.net/"
11 license=('GPL2')
12 groups=()
13 depends=('glibc' 'rpcbind')
14 makedepends=()
15 optdepends=()
16 provides=('rup' 'rpc.rstatd' 'rsysinfo')
17 conflicts=()
18 replaces=()
19 backup=()
20 options=()
21 install=
22 source=(http://downloads.sourceforge.net/project/rstatd/rstatd/$pkgver/$pkgname-$pkgver.tar.gz)
23 noextract=()
24 md5sums=('116d9a8a35656e76f16c679d0596519a')
26 build() {
27   cd $startdir/src/$pkgname-$pkgver
28   ./configure --prefix=/usr
29   make || return 1
30   make DESTDIR=$startdir/pkg install install-man
32   install -D -m 755 $startdir/rstatd \
33     $startdir/pkg/etc/rc.d/rstatd