#Packager: George Vlahavas pkgname=spi pkgver=0.5.1 pkgrel=1gv arch=noarch source=("spi-$pkgver.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "spi (Salix Package Installer)" "spi is a command line tool that acts as a wrapper around slapt-get and" "slapt-src. It uses both tools to search for and install software." ) build() { cd $startdir/src/$pkgname-$pkgver make || exit 1 make install DESTDIR=$startdir/pkg PREFIX=/usr }