wok-next annotate foomatic-db/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 e19ff076dc63
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
jozee@4551 2
jozee@4551 3 PACKAGE="foomatic-db"
al@20534 4 VERSION="4.0-20101114"
jozee@4551 5 CATEGORY="system-tools"
jozee@4551 6 SHORT_DESC="Database used by foomatic-db-engine to generate PPD files"
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@21094 10 #HOST_ARCH="any"
al@20534 11
jozee@4551 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@4551 13 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
jozee@4551 14
al@21094 15 COOKOPTS="force-arch" # different .ppd.gz ?
al@21094 16
pascal@15073 17 BUILD_DEPENDS="ghostscript-dev cups-dev perl libxml2-dev"
al@21111 18 DEPENDS="ghostscript perl libxml2"
al@21111 19
al@21111 20 TAGS="printer driver printing"
pascal@15073 21
al@20534 22 compile_rules() {
al@20534 23 ./configure $CONFIGURE_ARGS &&
jozee@4551 24 make &&
al@21020 25 make DESTDIR=$install install || return 1
al@20534 26
al@20534 27 chown -R root:root $install
al@21111 28 fix symlinks
jozee@4551 29 }