wok-next rev 7983

Merge
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 18:46:01 2011 +0100 (2011-01-17)
parents a882d098ba64 c28598b27ff5
children 0d9c2c4acb3f 71003262e98b
files
line diff
     1.1 --- a/cups/receipt	Mon Jan 17 18:24:29 2011 +0100
     1.2 +++ b/cups/receipt	Mon Jan 17 18:46:01 2011 +0100
     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 dbus jpeg libpng tiff zlib \
     1.8 +DEPENDS="libssl slitaz-base-files gnutls dbus jpeg libpng tiff zlib \
     1.9  libcomerr libkrb5 gcc-lib-base libusb libtasn1"
    1.10  BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev gnutls php-dev"
    1.11  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
     2.1 --- a/cvs/receipt	Mon Jan 17 18:24:29 2011 +0100
     2.2 +++ b/cvs/receipt	Mon Jan 17 18:46:01 2011 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="Concurrent Versions System"
     2.6  MAINTAINER="erjo@slitaz.org"
     2.7 -DEPENDS="libcomerr libcomerr3 libcrypto krb5"
     2.8 +DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://ximbiot.com/cvs/"
    2.11  WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
    2.12 @@ -16,7 +16,8 @@
    2.13  {
    2.14  	cd $src
    2.15  	./configure -C --prefix=/usr \
    2.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.17 +		--with-ssh \
    2.18 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.19  	make &&
    2.20  	make DESTDIR=$PWD/_pkg install
    2.21  }