#Maintainer: Christian Dersch pkgname=splix pkgver=2.0.0 pkgrel=2cd arch=x86_64 source=(http://downloads.sourceforge.net/project/splix/splix/2.0.0/splix-2.0.0.tar.bz2) url=http://splix.sourceforge.net/ docs=('AUTHORS' 'COPYING' 'ChangeLog' 'README' 'THANKS' 'TODO') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "splix - free drivers for Samsung printers" "splix provides free CUPS drivers for printers which use the SPL" "(Samsung Printer Language)." "NOTE: This drivers are no official drivers developed by Samsung!" "A list of supported printers can be found at the splix homepage." "" "http://splix.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-$pkgver make DISABLE_JBIG=1 make install DESTDIR=$startdir/pkg }