wok diff cups/receipt @ rev 12043
dovecot: Add initscript. Improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Mar 07 17:24:26 2012 +0100 (2012-03-07) |
parents | a1644dbcf632 |
children | 703b805efd82 |
line diff
1.1 --- a/cups/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/cups/receipt Wed Mar 07 17:24:26 2012 +0100 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Common UNIX Printing System." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libssl slitaz-base-files gnutls dbus jpeg libpng tiff zlib \ 1.7 -libcomerr libkrb5 gcc-lib-base libusb-compat libtasn1" 1.8 -BUILD_DEPENDS="openssl-dev php-dev" 1.9 +libcomerr libkrb5 gcc-lib-base libusb-compat libtasn1 poppler-apps" 1.10 +BUILD_DEPENDS="openssl-dev php-dev poppler-apps" 1.11 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.12 WEB_SITE="http://www.cups.org/" 1.13 WGET_URL="ftp://ftp.easysw.com/pub/cups/$VERSION/$TARBALL" 1.14 @@ -33,6 +33,7 @@ 1.15 --with-cups-user=nobody \ 1.16 --with-cups-group=nogroup \ 1.17 --with-languages="de es fr" \ 1.18 + --with-pdftops=pdftops \ 1.19 $CONFIGURE_ARGS && 1.20 make && 1.21 make BUILDROOT=$PWD/_pkg install