#Maintainer: Christian Dersch <chrisdersch~at~googlemail~dot~com>

pkgname=splix
pkgver=r293
pkgrel=1cd
source=(http://people.salixos.org/christian/13.2/source/splix/splix-$pkgver.tar.gz)
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
}