opt/hpijs/Pkgfile

24 lines
667 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Ghostscript add-on for HP inkjet/laserjet printers
# URL: http://hpinkjet.sourceforge.net/
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2008-07-08 09:08:08 +02:00
# Depends on: ghostscript
2006-02-23 16:26:10 +01:00
name=hpijs
2008-07-08 09:08:08 +02:00
version=2.8.6
2006-02-23 16:26:10 +01:00
release=1
2007-09-02 11:04:21 +02:00
source=(http://dl.sourceforge.net/sourceforge/hplip/hplip-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
2007-09-02 11:04:21 +02:00
cd hplip-$version
2008-03-14 11:14:41 +01:00
2007-09-02 11:04:21 +02:00
./configure --prefix=/usr \
--with-hpppddir=/usr/share/cups/model/HP \
--enable-hpijs-only-build \
--disable-foomatic-xml-install \
--enable-foomatic-ppd-install
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2007-09-02 11:04:21 +02:00
2008-07-08 09:08:08 +02:00
rm -r $PKG/usr/share/{hplip,doc}
2006-02-23 16:26:10 +01:00
}