wok-next annotate foomatic-filters/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents fd22b033a84a
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
jozee@2765 2
jozee@2765 3 PACKAGE="foomatic-filters"
al@20534 4 VERSION="4.0.5"
jozee@2765 5 CATEGORY="system-tools"
jozee@2765 6 SHORT_DESC="Top quality printer drivers for Canon, Epson"
jozee@2765 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@2765 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2765 12 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
jozee@2765 13
pascal@15616 14 BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps autoconf"
pascal@15073 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
jozee@2765 18 make &&
pascal@15073 19 make DESTDIR=$DESTDIR install
jozee@2765 20 }
jozee@2765 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="ghostscript gcc-lib-base"
al@20534 25 TAGS="printer driver printing"
jozee@2765 26 }