contrib/sysstat/Pkgfile

21 lines
444 B
Plaintext
Raw Normal View History

2007-04-29 23:50:13 +02:00
# Description: A collection of performance monitoring tools
# URL: http://perso.orange.fr/sebastien.godard/
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on:
name=sysstat
2008-11-15 12:30:39 +01:00
version=8.1.7
2007-04-29 23:50:13 +02:00
release=1
source=(http://perso.orange.fr/sebastien.godard/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/etc/sysconfig
rm -rf $PKG/usr/{doc,share}
}