diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:34:39 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-17 20:34:39 +0100 |
commit | 375af5eb105e5b5cc90ca51a163bf44408617c82 (patch) | |
tree | 2f5d3c5681a3a95f60c453270c4edb9b2006390e | |
parent | 55945112b841425476698bc524b4ee3b706b8285 (diff) | |
download | nutyx-pakxe-375af5eb105e5b5cc90ca51a163bf44408617c82.tar.gz nutyx-pakxe-375af5eb105e5b5cc90ca51a163bf44408617c82.tar.bz2 nutyx-pakxe-375af5eb105e5b5cc90ca51a163bf44408617c82.tar.xz nutyx-pakxe-375af5eb105e5b5cc90ca51a163bf44408617c82.zip |
hplip, maj 3.11.1-1
-rwxr-xr-x | extra/hplip/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | extra/hplip/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | extra/hplip/Pkgfile | 7 |
3 files changed, 5 insertions, 6 deletions
diff --git a/extra/hplip/.md5sum.i686 b/extra/hplip/.md5sum.i686 index 55c72e4e3..6b1111223 100755 --- a/extra/hplip/.md5sum.i686 +++ b/extra/hplip/.md5sum.i686 @@ -1 +1 @@ -609718830a26874fc0ea84a47b8132f3 hplip-3.10.9.tar.gz +86f63a00c911313206fef6a147f7faad hplip-3.11.1.tar.gz diff --git a/extra/hplip/.md5sum.x86_64 b/extra/hplip/.md5sum.x86_64 index 55c72e4e3..6b1111223 100755 --- a/extra/hplip/.md5sum.x86_64 +++ b/extra/hplip/.md5sum.x86_64 @@ -1 +1 @@ -609718830a26874fc0ea84a47b8132f3 hplip-3.10.9.tar.gz +86f63a00c911313206fef6a147f7faad hplip-3.11.1.tar.gz diff --git a/extra/hplip/Pkgfile b/extra/hplip/Pkgfile index bd596b00c..877accb91 100755 --- a/extra/hplip/Pkgfile +++ b/extra/hplip/Pkgfile @@ -1,15 +1,14 @@ # Description: Pilotes pour les imprimantes HP Deskjet, OfficeJet, Photosmart et Business inkjet -# URL: http://hplip.sourceforge.net/ +# URL: http://hplipopensource.com/hplip-web/index.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: cups +# Depends on: cups, libusb-compat, sane # Run on: cups,foomatic-db,foomatic-db-engine,ghostscript,libusb,dbus-python,sane name=hplip -version=3.10.9 +version=3.11.1 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) - build() { cd $name-$version |