# Description: A collection of performance monitoring tools # URL: http://perso.orange.fr/sebastien.godard/ # Packager: Rene Lengwinat, rugek at dirtyhack dot net # Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se # Depends on: name=sysstat version=10.0.5 release=1 source=(http://perso.orange.fr/sebastien.godard/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/man --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/etc/sysconfig rm -rf $PKG/usr/{doc,share} }