wok-next annotate cups-filters/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 29128929e4f9
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
mojo@17841 2
mojo@17841 3 PACKAGE="cups-filters"
Hans-G?nter@21245 4 VERSION="1.25.13"
mojo@17841 5 CATEGORY="system-tools"
mojo@17841 6 SHORT_DESC="OpenPrinting CUPS Filters"
mojo@17841 7 MAINTAINER="mojo@slitaz.org"
mojo@17841 8 LICENSE="GPL"
al@19681 9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
al@19681 10
mojo@17841 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19681 12 WGET_URL="https://www.openprinting.org/download/cups-filters/$TARBALL"
mojo@17841 13
Hans-G?nter@21245 14 BUILD_DEPENDS="cups-dev dbus-dev fontconfig-dev freetype-dev glib-dev
Hans-G?nter@21245 15 ijs-dev lcms2-dev libjpeg-turbo-dev libpng-dev poppler-dev
Hans-G?nter@21245 16 qpdf-dev tiff-dev zlib-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
mojo@17841 18
Hans-G?nter@21245 19 compile_rules()
Hans-G?nter@21245 20 {
Hans-G?nter@21245 21 ./configure \
Hans-G?nter@21245 22 --without-rcdir \
Hans-G?nter@21245 23 --disable-static \
Hans-G?nter@21245 24 --disable-avahi \
Hans-G?nter@21245 25 --with-gs-path=/usr/bin/gs \
Hans-G?nter@21245 26 --with-pdftops-path=/usr/bin/gs \
al@19315 27 $CONFIGURE_ARGS &&
al@20569 28 fix libtool &&
al@20534 29 make &&
al@20534 30 make install
mojo@17841 31 }
mojo@17841 32
Hans-G?nter@21245 33 genpkg_rules()
Hans-G?nter@21245 34 {
al@20464 35 case $PACKAGE in
al@20464 36 cups-filters)
al@20534 37 copy @std
al@21143 38 DEPENDS="cups dbus fontconfig freetype glib ijs liblcms2 libcups \
al@21098 39 libgnutls libjpeg-turbo libpng libpoppler qpdf libtiff zlib"
al@20464 40 ;;
al@20464 41 *-dev)
al@20534 42 copy @dev
al@20464 43 ;;
al@20464 44 esac
mojo@17841 45 }