wok-6.x diff cups/receipt @ rev 1980
Openldap; typo in start script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 04 11:32:22 2009 +0000 (2009-01-04) |
parents | e87cddeb92a1 |
children | 2d810185f0ce |
line diff
1.1 --- a/cups/receipt Tue Aug 12 15:36:40 2008 +0000 1.2 +++ b/cups/receipt Sun Jan 04 11:32:22 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Common UNIX Printing System." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="openssl slitaz-base-files gnutls" 1.8 +DEPENDS="openssl slitaz-base-files gnutls cyrus-sasl" 1.9 BUILD_DEPENDS="openssl-dev" 1.10 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.11 WEB_SITE="http://www.cups.org/" 1.12 @@ -21,8 +21,8 @@ 1.13 --localstatedir=/var \ 1.14 --mandir=/usr/share/man \ 1.15 --enable-static \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make BUILDROOT=$PWD/_pkg install 1.21 } 1.22