From 1caa1d5eb39e6d1b0bf96af4be1e095b31495305 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jan 2011 18:39:41 +0100 Subject: mass changes Signed-off-by: Florian Pritz --- foomatic-db-foo2zjs/PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 foomatic-db-foo2zjs/PKGBUILD (limited to 'foomatic-db-foo2zjs/PKGBUILD') diff --git a/foomatic-db-foo2zjs/PKGBUILD b/foomatic-db-foo2zjs/PKGBUILD new file mode 100644 index 0000000..b1d0b64 --- /dev/null +++ b/foomatic-db-foo2zjs/PKGBUILD @@ -0,0 +1,46 @@ +pkgname=('foomatic-db-foo2zjs') +arch=('i686' 'x86_64') +_snapdate=20101215 +_relver=4.0.6 +_foomatic_db_pkgrel=1 +pkgver=${_relver}_${_snapdate} +pkgrel=1 +makedepends=() +license=('GPL' 'custom') +depends=('perl' 'libxml2') +optdepends=('foo2zjs') +replaces=('foomatic-db-ppd' 'foomatic-db-hpijs' 'foomatic-db') +conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs' 'foomatic-db') +provides=('foomatic-db-hpijs' 'foomatic-db') +source=(http://mirrors.kernel.org/archlinux/extra/os/${CARCH}/foomatic-db-${pkgver}-${_foomatic_db_pkgrel}-${CARCH}.pkg.tar.xz) +url="http://www.linuxprinting.org/foomatic.html" +if [ x$CARCH == x"x86_64" ]; then + md5sums=('fa546821d42f3f5d5cbd50c04a9656aa') +else + md5sums=('f2fae794f98445bdafd2e66e9f334416') +fi +pkgdesc="Foomatic - The collected knowledge about printers, drivers, and driver options in XML files, used by foomatic-db-engine to generate PPD files." + +build() { + cd ${srcdir}/ + cp -Rp $(echo * | sed -e 's|.PKGINFO||' -e "s/foomatic-db-${pkgver}-${_foomatic_db_pkgrel}-${CARCH}.pkg.tar.gz//") ${pkgdir}/ + # foo2zjs gives us something different + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2hiperc.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2hp.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2lava.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2oak-z1.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2oak.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2qpdl.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2slx.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2xqx.xml + rm ${pkgdir}/usr/share/foomatic/db/source/driver/foo2zjs.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/HP-LaserJet_M1005_MFP.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/HP-LaserJet_1022n.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/HP-LaserJet_1022nw.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/Kyocera-KM-1635.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/Kyocera-KM-2035.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/Xerox-Phaser_6110.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml + rm ${pkgdir}/usr/share/foomatic/db/source/printer/Samsung-CLP-310.xml +} -- cgit v1.2.3-24-g4f1b