2006-02-23 15:26:10 +00:00
|
|
|
# Description: Ghostscript add-on for HP inkjet/laserjet printers
|
|
|
|
# URL: http://hpinkjet.sourceforge.net/
|
2008-07-11 09:29:19 +02:00
|
|
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
2008-07-08 09:08:08 +02:00
|
|
|
# Depends on: ghostscript
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=hpijs
|
2008-09-08 09:07:24 +02:00
|
|
|
version=2.8.7
|
2006-02-23 15:26:10 +00: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 15:26:10 +00: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 15:26:10 +00: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 15:26:10 +00:00
|
|
|
}
|