summaryrefslogtreecommitdiffstats
path: root/extra/hplip/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-01 22:30:18 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-01 22:30:18 +0100
commit1812c9960f28fb6fdaf2d1c790c8ff852db98cc0 (patch)
treed84b9ba5c5e972ee6f6ccdd61cf0967b6575faf3 /extra/hplip/Pkgfile
parent186c0a2c77f0e54b2bbc628883fa90fcb6b956e3 (diff)
downloadnutyx-extra-1812c9960f28fb6fdaf2d1c790c8ff852db98cc0.tar.gz
nutyx-extra-1812c9960f28fb6fdaf2d1c790c8ff852db98cc0.tar.bz2
nutyx-extra-1812c9960f28fb6fdaf2d1c790c8ff852db98cc0.tar.xz
nutyx-extra-1812c9960f28fb6fdaf2d1c790c8ff852db98cc0.zip
Maj hplipb#3.9.12-1
Diffstat (limited to 'extra/hplip/Pkgfile')
-rwxr-xr-xextra/hplip/Pkgfile20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/hplip/Pkgfile b/extra/hplip/Pkgfile
index 550ab82c6..4dd7179fe 100755
--- a/extra/hplip/Pkgfile
+++ b/extra/hplip/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: cups, foomatic-db, foomatic-db-engine, ghostscript, libusb
name=hplip
-version=3.9.10
+version=3.9.12
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
@@ -13,19 +13,19 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
- --enable-hpijs-only-build \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --disable-fax-build \
+ --disable-network-build \
--disable-gui-build \
- --disable-xml-install \
--disable-doc-build \
- --enable-foomatic-ppd-install \
+ --disable-qt4 \
+ --disable-foomatic-ppd-install \
+ --disable-foomatic-drv-install \
+ --enable-cups-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
+ --with-drvdir=/usr/share/cups/dvr/hp
make
make DESTDIR=$PKG install
- rmdir $PKG/usr/share/hplip
rm -r $PKG/usr/share/doc
}