wok-next view pnm2ppa/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 51a1ebbda768
children d5aab818505e
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="jozee@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=$DESTDIR/usr/bin CONFDIR=$DESTDIR/etc install
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr/share
24 cp -a $install/etc $fs
25 cp -a $install/usr/bin $fs/usr
27 # Still needs ppd file download for the specific printer from
28 # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C
30 DEPENDS="ghostscript cups foomatic-filters"
31 }