Date: Friday, February 17, 2012 @ 16:31:44 Author: andyrtr Revision: 150442
add cups-filters package, a replacement for filters and functions that Apple will drop in cups 1.6 Added: cups-filters/ cups-filters/repos/ cups-filters/trunk/ cups-filters/trunk/PKGBUILD ----------+ PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) Added: cups-filters/trunk/PKGBUILD =================================================================== --- cups-filters/trunk/PKGBUILD (rev 0) +++ cups-filters/trunk/PKGBUILD 2012-02-17 21:31:44 UTC (rev 150442) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Andreas Radke <[email protected]> + +pkgname=cups-filters +pkgver=1.0.1 +pkgrel=1 +pkgdesc="OpenPrinting CUPS Filters" +arch=('i686' 'x86_64') +url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" +license=('GPL') +groups=() +depends=('ghostscript' 'lcms2' 'poppler') +makedepends=() +optdepends=() +provides=() +conflicts=() +replaces=() +backup=() +#options=(!makeflags) +install= +source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz) +md5sums=('0f158e42798da7da030721f7ec139ece') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --sysconfdir=/etc + make +} + +#check() { +# cd "$srcdir/$pkgname-$pkgver" +# make -k check +#} + +package() { + cd "$srcdir/$pkgname-$pkgver" + #make DESTDIR="$pkgdir/" install + make install BUILDROOT="$pkgdir/" + # drop static lib + rm -f ${pkgdir}/usr/lib/*.a +} Property changes on: cups-filters/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
