wok-4.x diff cvs/receipt @ rev 9195
busybox: add conspy fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 09 22:01:54 2011 +0100 (2011-03-09) |
parents | 39011a13b555 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/cvs/receipt Sun Feb 28 13:03:20 2010 +0100 1.2 +++ b/cvs/receipt Wed Mar 09 22:01:54 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 }