25 lines
862 B
Bash
25 lines
862 B
Bash
# Template file for 'collectl'
|
|
pkgname=collectl
|
|
version=4.3.1
|
|
revision=2
|
|
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="Artistic-1.0-Perl, GPL-2.0-only"
|
|
homepage="http://collectl.sourceforge.net/"
|
|
changelog="http://collectl.sourceforge.net/Releases.html"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.src.tar.gz"
|
|
checksum=2187264d974b36a653c8a4b028ac6eeab23e1885f8b2563a33f06358f39889f1
|
|
|
|
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
|
|
}
|