void-packages/srcpkgs/collectl/template

26 lines
813 B
Bash
Raw Normal View History

2014-08-25 00:52:22 +00:00
# Template file for 'collectl'
pkgname=collectl
2015-05-28 11:34:35 +00:00
version=4.0.2
revision=1
2014-08-25 00:52:22 +00:00
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"
2015-05-28 11:34:35 +00:00
checksum=57474454913709a17ff22e3ac5e3839b7d6596b71aae7f08658f2c73a277622d
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
2015-03-10 19:49:05 +00:00
sed -i 's/sbin/bin/g' $DESTDIR/usr/bin/colmux
2014-08-25 00:52:22 +00:00
vlicense COPYING
}