updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / symon / PKGBUILD
blob2bf66305047e4bff8e70f495c0e42271853394c7
1 #Contributor: wabi\r
2 \r
3 pkgname=symon\r
4 pkgver=2.79\r
5 pkgrel=2\r
6 pkgdesc="symon is a system monitor for *BSD and Linux. It can be used to obtain accurate and up date information on the performance of a number of systems."\r
7 url="http://www.xs4all.nl/~wpd/symon/"\r
8 depends=('rrdtool' 'bmake')\r
9 source=(http://www.xs4all.nl/~wpd/$pkgname/philes/$pkgname-$pkgver.tar.gz)\r
10 md5sums=('')\r
11 arch=('i686' 'x86_64')\r
12 license=('GPL')\r
13   \r
14 build()\r
15 {\r
16   cd $startdir/src/$pkgname\r
17   bmake\r
18   export PREFIX=$startdir/pkg/usr\r
19   mkdir $startdir/pkg/usr\r
20   mkdir $startdir/pkg/usr/bin\r
21   bmake install\r
22   chmod 755 $startdir/pkg/usr/man/man8\r
23 }\r