wok-next view pnm2ppa/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pnm2ppa"
4 VERSION="1.12"
5 CATEGORY="system-tools"
6 SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://pnm2ppa.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ghostscript-dev"
16 compile_rules() {
17 make BINDIR="/usr/bin" CONFDIR="/etc" &&
18 make BINDIR=$install/usr/bin CONFDIR=$install/etc install
19 }
21 genpkg_rules() {
22 copy @std
23 # Still needs ppd file download for the specific printer from
24 # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C
25 DEPENDS="ghostscript cups foomatic-filters"
26 }