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

Up aalib, babl, exiv2, fontconfig, gnome-themes-standard, json-glib, mousepad
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 26 21:51:47 2018 +0300 (2018-04-26)
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 }