#Maintainer: George Vlahavas pkgname=salixtools pkgver=1.3.1 pkgrel=1gv arch=noarch source=("salixtools-$pkgver.tar.gz") docs=("COPYING" "INSTALL" "changelog*") dotnew=(etc/rc.d/rc.numlock) options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "salixtools (various system utilities)" "This package includes tools related to system administration that can" "be used from the linux terminal." ) build() { cd $startdir/src/$pkgname ./compile.sh DESTDIR=$startdir/pkg ./install.sh }