void-packages/srcpkgs/collectl/template

25 lines
766 B
Text
Raw Normal View History

2014-08-25 00:52:22 +00:00
# Template file for 'collectl'
pkgname=collectl
2015-03-10 10:08:11 +00:00
version=4.0.0
2014-08-25 00:52:22 +00:00
revision=1
noarch=yes
conf_files="/etc/collectl.conf"
2015-03-10 10:08:11 +00:00
depends="perl perl-Term-ReadKey"
2014-08-25 00:52:22 +00:00
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/"
2015-03-10 10:08:11 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.src.tar.gz"
checksum=d8ee7a727a836c8eb2f4ff6a59ab04d02aeaa218488f303c50d726f65a11ada1
2014-08-25 00:52:22 +00:00
do_install() {
export DESTDIR
./INSTALL
2015-03-10 10:08:11 +00:00
rm -f $DESTDIR/usr/share/collectl/UNINSTALL \
$DESTDIR/usr/share/doc/collectl/GPL \
$DESTDIR/usr/share/doc/collectl/ARTISTIC \
$DESTDIR/usr/share/doc/collectl/COPYING \
$DESTDIR/etc/init.d/collectl
2014-08-25 00:52:22 +00:00
vlicense COPYING
}