wok-next view pnm2ppa/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }