wok-next view foomatic-db/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 2540c57957d2
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="foomatic-db"
4 VERSION="4.0-20101114"
5 CATEGORY="system-tools"
6 SHORT_DESC="Database used by foomatic-db-engine to generate PPD files"
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 perl libxml2-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install || return 1
21 chown -R root:root $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="ghostscript perl libxml2"
27 TAGS="printer driver printing"
28 }