# Template file for 'collectl'
pkgname=collectl
version=4.1.0
revision=1
noarch=yes
conf_files="/etc/collectl.conf"
depends="perl perl-Term-ReadKey"
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=e50d2c6946b0ed243136f02c18a64b47402f64ee912cf2fef4c37f9f00d65770

do_install() {
	export DESTDIR
	./INSTALL
	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
	sed -i 's/sbin/bin/g' $DESTDIR/usr/bin/colmux
	vlicense COPYING
}