wok-next annotate foomatic-db/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 757d032c55c7
children 0cbe4b1f2230
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15073 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/database/foomatic"
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@21020 19 make DESTDIR=$install 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 }