[arch-commits] CVS update of extra/office/foomatic-filters (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jun 28 21:56:26 UTC 2007


    Date: Thursday, June 28, 2007 @ 17:56:26
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/foomatic-filters

Modified: PKGBUILD (1.12 -> 1.13)

updatepkg snapshot 3.0-20070628


----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)


Index: extra/office/foomatic-filters/PKGBUILD
diff -u extra/office/foomatic-filters/PKGBUILD:1.12 extra/office/foomatic-filters/PKGBUILD:1.13
--- extra/office/foomatic-filters/PKGBUILD:1.12	Fri Jun  1 21:44:21 2007
+++ extra/office/foomatic-filters/PKGBUILD	Thu Jun 28 17:56:26 2007
@@ -1,21 +1,26 @@
-# $Id: PKGBUILD,v 1.12 2007/06/02 01:44:21 eric Exp $
+# $Id: PKGBUILD,v 1.13 2007/06/28 21:56:26 andyrtr Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 #
+# build order: foomatic-db / -filters / -db-ppd / -db-engines / -db-hpijs
+
 pkgname=foomatic-filters
-pkgver=3.0
-pkgrel=2
+pkgver=3.0_20070628
+_snapver=3.0-20070628
+pkgrel=1
 pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('perl' 'libxml2')
-source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$pkgver-20070601.tar.gz)
-md5sums=('c4971faeb6178f0b4b4d675e65909f39')
+# sources come and go daily - so we hold a copy
+#source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$_snapver.tar.gz)
+source=(http://archlinux.org/~andyrtr/sources/$pkgname-$_snapver.tar.gz)
+md5sums=('6bcb79125ce2140004835fc42c0e5eb8')
 url="http://www.linuxprinting.org/foomatic.html"
-license=('GPL')
-force=y
+options=('force')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver-*
+   cd $startdir/src/$pkgname-$_snapver
    ./configure --prefix=/usr --sysconfdir=/etc
    sed 's|$(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX)|$(MAKE) PREFIX=$(PERLPREFIX)|' -i Makefile
    make || return 1




More information about the arch-commits mailing list