#Maintainer: Richard Lapointe #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=system-config-printer pkgver=1.1.13 pkgrel=1rj arch=i486 source=(http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-1.1.13.tar.xz) sourcetemplate=http://people.slaixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= dotnew=(/etc/udev/rules.d/70-printers.rules) #CFLAGS= #CXXFLAGS= options=('noautodotnew') #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 \ --sysconfdir=/etc \ --with-desktop-vendor=salix \ --mandir=/usr/man \ --with-udev-rules make || return 1 make install DESTDIR=$startdir/pkg }