wok-next view foomatic-filters/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents fd22b033a84a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="foomatic-filters"
4 VERSION="4.0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Top quality printer drivers for Canon, Epson"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.linuxprinting.org/foomatic.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
14 BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps autoconf"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ghostscript gcc-lib-base"
25 TAGS="printer driver printing"
26 }