#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=system-config-printer pkgver=1.1.13 pkgrel=1rl arch=x86_64 source=(http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-1.1.13.tar.xz \ 70-printers.rules) sourcetemplate=http://people.salixos.org/laprjns/$arch/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=() #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "system-config-printer - a printer configuration tool" "The purpose of the tool is to configure a CUPS server using the CUPS" "API. The tool is written in Python, using pygtk for the graphical" "parts and with some Python bindings (pycups) for the CUPS API." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-udev-rules make || return 1 make install DESTDIR=$startdir/pkg }