2006-02-23 15:26:10 +00:00
|
|
|
# Description: Ghostscript add-on for HP inkjet/laserjet printers
|
|
|
|
# URL: http://hpinkjet.sourceforge.net/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2009-11-23 17:39:45 +01:00
|
|
|
# Depends on: cups
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=hpijs
|
2012-09-11 11:01:28 +02:00
|
|
|
version=3.12.9
|
2011-07-27 10:18:35 +02:00
|
|
|
release=1
|
2010-11-12 13:57:28 +01:00
|
|
|
source=(http://downloads.sourceforge.net/project/hplip/hplip/$version/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 \
|
2009-11-23 17:39:45 +01:00
|
|
|
--enable-hpcups-only-build \
|
|
|
|
--enable-hpcups-install \
|
2007-09-02 11:04:21 +02:00
|
|
|
--with-hpppddir=/usr/share/cups/model/HP \
|
2011-01-24 16:55:33 +01:00
|
|
|
--disable-{doc,network}-build
|
2010-01-05 12:09:35 +01:00
|
|
|
|
2008-09-19 10:07:00 +02:00
|
|
|
make
|
2006-02-23 15:26:10 +00:00
|
|
|
make DESTDIR=$PKG install
|
2007-09-02 11:04:21 +02:00
|
|
|
|
2009-11-23 17:39:45 +01:00
|
|
|
rm -r $PKG/usr/share/{hplip,doc} $PKG/usr/bin
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|