From 580816ac5486ee97beffe3e02f3e2edb020116c0 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 22 Nov 2009 20:48:09 +0100 Subject: Ajout de hplip#3.9.10-1 --- extra/hplip/Pkgfile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 extra/hplip/Pkgfile (limited to 'extra/hplip/Pkgfile') diff --git a/extra/hplip/Pkgfile b/extra/hplip/Pkgfile new file mode 100755 index 000000000..55250f871 --- /dev/null +++ b/extra/hplip/Pkgfile @@ -0,0 +1,31 @@ +# Description: Pilotes pour les imprimantes HP Deskjet, OfficeJet, Photosmart et Business inkjet +# URL: http://hplip.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: cups, foomatic-db, foomatic-db-engine, ghostscript, libusb, portmap + +name=hplip +version=3.9.10 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-hpijs-only-build \ + --disable-gui-build \ + --disable-xml-install \ + --disable-doc-build \ + --enable-foomatic-ppd-install \ + --with-hpppddir=/usr/share/cups/model/HP \ + --enable-foomatic-drv-install \ + --with-drvdir=/usr/share/cups/drv/hp \ + --enable-foomatic-rip-hplip-install \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rmdir $PKG/usr/share/hplip + rm -r $PKG/usr/share/doc +} -- cgit v1.2.3-70-g09d2