24 lines
739 B
Text
24 lines
739 B
Text
# Template file for 'collectl'
|
|
pkgname=collectl
|
|
version=3.7.4
|
|
revision=1
|
|
noarch=yes
|
|
conf_files="/etc/collectl.conf"
|
|
depends="perl"
|
|
short_desc="Collects data that describes the current system status"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2, Artistic"
|
|
homepage="http://collectl.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.src.tar.gz"
|
|
checksum=798657b8e3626e9e4ed6fe5ae44b8216da49f0bc4bbda52217d2a304e3d7e108
|
|
|
|
do_install() {
|
|
export DESTDIR
|
|
./INSTALL
|
|
rm $DESTDIR/usr/share/collectl/UNINSTALL
|
|
rm $DESTDIR/usr/share/doc/collectl/GPL
|
|
rm $DESTDIR/usr/share/doc/collectl/ARTISTIC
|
|
rm $DESTDIR/usr/share/doc/collectl/COPYING
|
|
rm $DESTDIR/etc/init.d/collectl
|
|
vlicense COPYING
|
|
}
|