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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 17 21:33:59 UTC 2012


    Date: Friday, February 17, 2012 @ 16:33:59
  Author: andyrtr
Revision: 150443

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
    (from rev 150442, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
    (from rev 150442, cups-filters/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 150442, cups-filters/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-17 21:33:59 UTC (rev 150443)
@@ -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
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 150442, cups-filters/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-17 21:33:59 UTC (rev 150443)
@@ -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