wok-next annotate foomatic-filters/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 0ed3f456a542
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"
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@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 &&
al@21020 19 make DESTDIR=$install 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 }