wok-stable diff cvs/receipt @ rev 2845
Update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 01 13:43:09 2009 +0200 (2009-05-01) |
parents | a075ff895254 |
children | 627c8951086d |
line diff
1.1 --- a/cvs/receipt Tue May 13 09:50:02 2008 +0200 1.2 +++ b/cvs/receipt Fri May 01 13:43:09 2009 +0200 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="" 1.8 +DEPENDS="libcomerr 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/1.11.22/$TARBALL 1.12 @@ -15,8 +15,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure -C --prefix=/usr --disable-server \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22