wok-next annotate foomatic-db/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 2540c57957d2
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
jozee@4551 2
jozee@4551 3 PACKAGE="foomatic-db"
al@20534 4 VERSION="4.0-20101114"
jozee@4551 5 CATEGORY="system-tools"
jozee@4551 6 SHORT_DESC="Database used by foomatic-db-engine to generate PPD files"
jozee@4551 7 MAINTAINER="jozee@slitaz.org"
pascal@15073 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://www.linuxprinting.org/foomatic.html"
al@20534 10
jozee@4551 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@4551 12 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
jozee@4551 13
pascal@15073 14 BUILD_DEPENDS="ghostscript-dev cups-dev perl libxml2-dev"
pascal@15073 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
jozee@4551 18 make &&
al@20534 19 make DESTDIR=$DESTDIR install || return 1
al@20534 20
al@20534 21 chown -R root:root $install
jozee@4551 22 }
jozee@4551 23
al@20534 24 genpkg_rules() {
al@20534 25 copy @std
al@20534 26 DEPENDS="ghostscript perl libxml2"
al@20534 27 TAGS="printer driver printing"
jozee@4551 28 }