wok-next annotate pnm2ppa/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
jozee@2765 2
jozee@2765 3 PACKAGE="pnm2ppa"
al@21017 4 VERSION="1.12"
jozee@2765 5 CATEGORY="system-tools"
jozee@2765 6 SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
al@21017 9 WEB_SITE="http://pnm2ppa.sourceforge.net/"
al@21017 10
jozee@2765 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15375 13
pascal@15375 14 BUILD_DEPENDS="ghostscript-dev"
pascal@15375 15
al@21017 16 compile_rules() {
jozee@2765 17 make BINDIR="/usr/bin" CONFDIR="/etc" &&
al@21020 18 make BINDIR=$install/usr/bin CONFDIR=$install/etc install
jozee@2765 19 }
jozee@2765 20
al@21017 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 # Still needs ppd file download for the specific printer from
jozee@2765 24 # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C
al@21017 25 DEPENDS="ghostscript cups foomatic-filters"
jozee@2765 26 }