diff options
author | Juergen Daubert <jue@jue.li> | 2013-10-04 10:44:09 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-10-04 10:44:09 +0200 |
commit | 2620cacda2f8c35e777186a92dbf0633a9be2656 (patch) | |
tree | 68d942a824ecee95fe8e19299e4e60fc28b8ed2e /sane/Pkgfile | |
parent | 5c82b1ca6d3b54c38444161ac9204e63faf2792d (diff) | |
download | opt-2620cacda2f8c35e777186a92dbf0633a9be2656.tar.gz opt-2620cacda2f8c35e777186a92dbf0633a9be2656.tar.xz |
sane: update to 1.0.24
Diffstat (limited to 'sane/Pkgfile')
-rw-r--r-- | sane/Pkgfile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sane/Pkgfile b/sane/Pkgfile index d7ca385b2..d0527ede8 100644 --- a/sane/Pkgfile +++ b/sane/Pkgfile @@ -1,20 +1,14 @@ # Description: Scanner Access Now Easy - Scanner driver for Linux # URL: http://www.sane-project.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libusb-compat libtiff +# Depends on: libusb libtiff name=sane -version=1.0.23 +version=1.0.24 release=1 -source=(ftp://ftp2.sane-project.org/pub/sane/$name-backends-$version.tar.gz.1 \ - ftp://ftp2.sane-project.org/pub/sane/$name-backends-$version.tar.gz.2 \ - ftp://ftp2.sane-project.org/pub/sane/$name-backends-$version.tar.gz.3) +source=(https://alioth.debian.org/frs/download.php/file/3958/$name-backends-$version.tar.gz) build () { - - cat $name-backends-$version.tar.gz.* > $name-backends-$version.tar.gz - tar xf $name-backends-$version.tar.gz - cd $name-backends-$version ./configure --prefix=/usr \ @@ -23,7 +17,8 @@ build () { --sysconfdir=/etc \ --disable-translations \ --disable-locking \ - --with-group=scanner + --with-group=scanner \ + --enable-libusb_1_0 make make -j1 DESTDIR=$PKG install |