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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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"
al@21111 15 DEPENDS="ghostscript gcc-lib-base"
al@21111 16
al@21111 17 TAGS="printer driver printing"
pascal@15073 18
al@20534 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
jozee@2765 21 make &&
al@21111 22 make DESTDIR=$install install || return 1
al@21111 23
al@21111 24 fix symlinks
jozee@2765 25 }