[arch-commits] Commit in cups-filters/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 1 08:24:56 UTC 2012


    Date: Sunday, April 1, 2012 @ 04:24:55
  Author: andyrtr
Revision: 154988

db-move: moved cups-filters from [testing] to [extra] (x86_64)

Added:
  cups-filters/repos/extra-x86_64/
  cups-filters/repos/extra-x86_64/PKGBUILD
    (from rev 154986, cups-filters/repos/testing-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/testing-x86_64/

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 154986, cups-filters/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-01 08:24:55 UTC (rev 154988)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+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
+}




More information about the arch-commits mailing list