void-packages/srcpkgs/collectl/template
2017-06-13 12:13:37 +02:00

27 lines
858 B
Bash

# Template file for 'collectl'
pkgname=collectl
version=4.2.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="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2, Artistic"
homepage="http://collectl.sourceforge.net/"
_changelog="http://collectl.sourceforge.net/Releases.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.src.tar.gz"
checksum=bf4c52d315d4e754b8275f6c6a9a48188c440f78c4307e5f72abcb518a9d07d0
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
}