[arch-commits] CVS update of extra/multimedia/sane (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri May 25 17:29:39 UTC 2007


    Date: Friday, May 25, 2007 @ 13:29:39
  Author: tpowa
    Path: /home/cvs-extra/extra/multimedia/sane

Modified: PKGBUILD (1.37 -> 1.38)

'upgpkg: fixed #7059'


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


Index: extra/multimedia/sane/PKGBUILD
diff -u extra/multimedia/sane/PKGBUILD:1.37 extra/multimedia/sane/PKGBUILD:1.38
--- extra/multimedia/sane/PKGBUILD:1.37	Sun Apr 22 04:02:27 2007
+++ extra/multimedia/sane/PKGBUILD	Fri May 25 13:29:39 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.37 2007/04/22 08:02:27 tpowa Exp $
+# $Id: PKGBUILD,v 1.38 2007/05/25 17:29:39 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributed by Sarah Hay <sarahhay at mb.sympatico.ca>, Tobias Powalowski <t.powa at gmx.de>, Simo L. <neotuli at yahoo.com>, eric <eric at archlinux.org>
 
 pkgname=sane
 pkgver=1.0.18
-pkgrel=5
+pkgrel=6
 pkgdesc="Scanner Access Now Easy"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('libtiff' 'libgphoto2' 'libjpeg' 'libieee1284' 'libusb' 'bash')
 source=(http://alioth.debian.org/download.php/1669/$pkgname-backends-$pkgver.tar.gz \
 	http://heanet.dl.sourceforge.net/sourceforge/hp44x0backend/sane_hp_rts88xx-0.18.tar.gz
@@ -23,7 +24,7 @@
   cd $startdir/src/$pkgname-backends-$pkgver
   # bump to latest cvs
   patch -Np1 -i ../post-1.0.18.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   mkdir tools/hal
   /usr/bin/make || return 1
   /usr/bin/make DESTDIR=$startdir/pkg install
@@ -42,7 +43,6 @@
  #libtoolslay
  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
-
 md5sums=('7ca7e2908e24721471de92cf40c75e60' '09d3eaf73f35b7795cd8418b8dc60f69'\
          '7e0e857d77dd37c4d789c423b15be35a' '62aa0e56aad668c7a3265ddc8bb14c27'\
          '1555b998e43d43d8841ff3ad3cd9602e')




More information about the arch-commits mailing list