wok-next view cups-filters/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 29128929e4f9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cups-filters"
4 VERSION="1.25.13"
5 CATEGORY="system-tools"
6 SHORT_DESC="OpenPrinting CUPS Filters"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.openprinting.org/download/cups-filters/$TARBALL"
14 BUILD_DEPENDS="cups-dev dbus-dev fontconfig-dev freetype-dev glib-dev
15 ijs-dev lcms2-dev libjpeg-turbo-dev libpng-dev poppler-dev
16 qpdf-dev tiff-dev zlib-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules()
20 {
21 ./configure \
22 --without-rcdir \
23 --disable-static \
24 --disable-avahi \
25 --with-gs-path=/usr/bin/gs \
26 --with-pdftops-path=/usr/bin/gs \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make install
31 }
33 genpkg_rules()
34 {
35 case $PACKAGE in
36 cups-filters)
37 copy @std
38 DEPENDS="cups dbus fontconfig freetype glib ijs liblcms2 libcups \
39 libgnutls libjpeg-turbo libpng libpoppler qpdf libtiff zlib"
40 ;;
41 *-dev)
42 copy @dev
43 ;;
44 esac
45 }