wok-stable rev 7981

cvs: Add extssh support. change krb5 to libkrb5 depends
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jan 17 19:26:10 2011 +0100 (2011-01-17)
parents b78ae4ab3480
children 84bd66868a3f
files cvs/receipt
line diff
     1.1 --- a/cvs/receipt	Mon Jan 17 19:22:47 2011 +0100
     1.2 +++ b/cvs/receipt	Mon Jan 17 19:26:10 2011 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Concurrent Versions System"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libcomerr libcomerr3 libcrypto krb5"
     1.8 +DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://ximbiot.com/cvs/"
    1.11  WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
    1.12 @@ -16,7 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure -C --prefix=/usr \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17 +		--with-ssh \
    1.18 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }