[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Feb 11 19:46:46 UTC 2009


    Date: Wednesday, February 11, 2009 @ 14:46:45
  Author: andyrtr
Revision: 26745

add new foomatic-db-nonfree pkg

Added:
  foomatic-db-nonfree/
  foomatic-db-nonfree/repos/
  foomatic-db-nonfree/trunk/
  foomatic-db-nonfree/trunk/PKGBUILD

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

Added: foomatic-db-nonfree/trunk/PKGBUILD
===================================================================
--- foomatic-db-nonfree/trunk/PKGBUILD	                        (rev 0)
+++ foomatic-db-nonfree/trunk/PKGBUILD	2009-02-11 19:46:45 UTC (rev 26745)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+# build order: foomatic-db / -filters / -db-engines / -db-hpijs / -db-nonfree
+
+pkgname=foomatic-db-nonfree
+pkgver=20090211
+pkgrel=1
+pkgdesc="Foomatic database extension consisting of manufacturer-supplied PPD files released under non-free licenses which restricts them in how they can get redistributed"
+arch=(i686 x86_64)
+license=('custom')
+depends=('perl' 'libxml2' 'foomatic-db-engine>=4.0_20090211' 'foomatic-db')
+source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
+url="http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic"
+md5sums=('f93589d8f6c869e43b11ed33d6f239b5')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make || return 1
+   make DESTDIR=${pkgdir} install || return 1
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING || return 1
+}


Property changes on: foomatic-db-nonfree/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list