# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Steve Flack S=${WORKDIR}/hpijs-1.0.2 DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers" SRC_URI="http://prdownloads.sourceforge.net/hpinkjet/${PN}-1.0.2.tar.gz" HOMEPAGE="http://hpinkjet.sourceforge.net" # Though this program runs on it's own it makes no sense to run it without ghostscript # But it isn't a dependency src_compile () { cd ${S} ./configure --prefix=/usr || die make || die } src_install () { make PREFIX=/usr DESTDIR=${D} install || die }