wok-next diff cups/receipt @ rev 2206

cups: up to 13.9, fix web interface and dependencies
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 10 16:37:43 2009 +0100 (2009-02-10)
parents 91012d333151
children 451844bef4f7
line diff
     1.1 --- a/cups/receipt	Sat Nov 08 13:49:47 2008 +0000
     1.2 +++ b/cups/receipt	Tue Feb 10 16:37:43 2009 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cups"
     1.7 -VERSION="1.3.7"
     1.8 +VERSION="1.3.9"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Common UNIX Printing System."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="openssl slitaz-base-files gnutls cyrus-sasl"
    1.13 -BUILD_DEPENDS="openssl-dev"
    1.14 +DEPENDS="openssl slitaz-base-files gnutls ghostscript dbus"
    1.15 +BUILD_DEPENDS="openssl-dev gnutls-dev ghostscript dbus-dev"
    1.16  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.17  WEB_SITE="http://www.cups.org/"
    1.18  WGET_URL="http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$VERSION/$TARBALL"
    1.19 @@ -20,7 +20,10 @@
    1.20  		--sysconfdir=/etc \
    1.21  		--localstatedir=/var \
    1.22  		--mandir=/usr/share/man \
    1.23 -		--enable-static \
    1.24 +		--disable-ldap \
    1.25 +		--with-cups-user=nobody \
    1.26 +		--with-cups-group=nogroup \
    1.27 +		--with-languages="de es fr" \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make BUILDROOT=$PWD/_pkg install
    1.31 @@ -32,12 +35,16 @@
    1.32  	mkdir -p $fs/etc $fs/usr/lib $fs/usr/share
    1.33  	
    1.34  	cp -a $_pkg/etc/cups $fs/etc
    1.35 +	cp -a $_pkg/etc/dbus* $fs/etc
    1.36  	cp -a $_pkg/usr/bin $fs/usr
    1.37  	cp -a $_pkg/usr/sbin $fs/usr
    1.38  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.39  	cp -a $_pkg/usr/lib/cups $fs/usr/lib
    1.40  	cp -a $_pkg/usr/share/cups $fs/usr/share
    1.41  	cp -a $_pkg/var $fs
    1.42 +	
    1.43 +	# We need the doc for CSS, images and help in the web interface.
    1.44 +	cp -a $_pkg/usr/share/doc $fs/usr/share
    1.45  
    1.46  	# Daemon script
    1.47  	cp -a stuff/etc $fs