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

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


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

Modified: PKGBUILD (1.8 -> 1.9)

updatepkg snapshot 3.0-20070628


----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


Index: extra/office/foomatic-db/PKGBUILD
diff -u extra/office/foomatic-db/PKGBUILD:1.8 extra/office/foomatic-db/PKGBUILD:1.9
--- extra/office/foomatic-db/PKGBUILD:1.8	Mon Apr 23 15:10:01 2007
+++ extra/office/foomatic-db/PKGBUILD	Thu Jun 28 17:56:25 2007
@@ -1,21 +1,26 @@
-# $Id: PKGBUILD,v 1.8 2007/04/23 19:10:01 andyrtr Exp $
+# $Id: PKGBUILD,v 1.9 2007/06/28 21:56:25 andyrtr Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 #
 pkgname=foomatic-db
-pkgver=3.0
+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' 'custom')
 depends=('perl' 'libxml2')
-source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$pkgver-20070420.tar.gz)
+# 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)
 url="http://www.linuxprinting.org/foomatic.html"
-md5sums=('89240e205f6ef377665c4a616d63351b')
-force=y
+options=('force')
+md5sums=('12823901f04c0eeb4e3535c8f3885623')
 
 build() {
    cd $startdir/src/$pkgname-*
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
+   install -Dm644 $startdir/src/$pkgname-*/COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list