[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 09:26:40 UTC 2009


    Date: Friday, September 4, 2009 @ 05:26:40
  Author: andyrtr
Revision: 50959

add foomatic pkg for splitted builds

Added:
  foomatic/
  foomatic/repos/
  foomatic/trunk/
  foomatic/trunk/PKGBUILD

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

Added: foomatic/trunk/PKGBUILD
===================================================================
--- foomatic/trunk/PKGBUILD	                        (rev 0)
+++ foomatic/trunk/PKGBUILD	2009-09-04 09:26:40 UTC (rev 50959)
@@ -0,0 +1,28 @@
+# $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
+pkgver=4.0_20090903
+pkgrel=1
+pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
+arch=('any')
+license=('GPL' 'custom')
+depends=('perl' 'libxml2')
+makedepends=('cups>=1.4.0')
+replaces=('foomatic-db-ppd')
+conflicts=('foomatic-db-ppd')
+source=(http://www.linuxprinting.org/download/foomatic/$pkgname-${pkgver/_/-}.tar.gz)
+url="http://www.linuxprinting.org/foomatic.html"
+replaces=('foomtatic-db-hpijs')
+conflicts=('foomtatic-db-hpijs')
+md5sums=('023d60855f610214b8381a10a86775a4')
+
+build() {
+   cd ${srcdir}/${pkgname}-*
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install || return 1
+   install -Dm644 ${srcdir}/${pkgname}-*/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING || return 1
+}


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




More information about the arch-commits mailing list