wok-next annotate foomatic-db/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children e19ff076dc63
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@21057 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
pascal@15073 15 BUILD_DEPENDS="ghostscript-dev cups-dev perl libxml2-dev"
pascal@15073 16
al@20534 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
jozee@4551 19 make &&
al@21020 20 make DESTDIR=$install install || return 1
al@20534 21
al@20534 22 chown -R root:root $install
jozee@4551 23 }
jozee@4551 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="ghostscript perl libxml2"
al@20534 28 TAGS="printer driver printing"
jozee@4551 29 }