# $Id$ # Maintainer: Andreas Radke # Contributor (Parabola): André Silva pkgbase="foomatic" pkgname=('foomatic-filters-libre') arch=('i686' 'x86_64' 'mips64el') # needs to be changed in the subpackages when makepkg will support it _snapdate=20120712 _filtersver=4.0.17 pkgver=${_filtersver}_${_snapdate} pkgrel=1 epoch=1 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash') source=(http://www.openprinting.org/download/foomatic/$pkgbase-filters-${_filtersver}.tar.gz) url="http://www.linuxprinting.org/foomatic.html" options=('!emptydirs') md5sums=('b05f5dcbfe359f198eef3df5b283d896') package_foomatic-filters-libre() { pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format." # arch=('i686' 'x86_64') license=('GPL') backup=(etc/foomatic/filter.conf) depends=('glibc' 'dbus-core') provides=("foomatic-filters=${pkgver}") replaces=('foomatic-filters') conflicts=('foomatic-filters') optdepends=('perl: for the "beh" Backend End Handler used by cups' 'net-snmp: certain (mostly HP) printers need it to work') cd ${srcdir}/foomatic-filters-${_filtersver} rm -rfv test/{lsbfuncs,shfuncs,tcm,tetapi}.sh ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=${pkgdir} install }