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

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 757d032c55c7
children 0ed3f456a542
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/database/foomatic"
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=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ghostscript gcc-lib-base"
25 TAGS="printer driver printing"
26 }