wok diff openssh/receipt @ rev 3813

Add: python-couchdbkit (0.1.8)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Aug 05 23:27:52 2009 +0000 (2009-08-05)
parents e444419779c9
children 85210ad650ac
line diff
     1.1 --- a/openssh/receipt	Fri Apr 10 15:01:11 2009 +0000
     1.2 +++ b/openssh/receipt	Wed Aug 05 23:27:52 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.openssh.org/"
     1.6  WGET_URL="ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     1.7 -DEPENDS="libcrypto zlib"
     1.8 +DEPENDS="sftp-server libcrypto zlib"
     1.9  BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -29,6 +29,7 @@
    1.13  	mkdir -p $fs/usr/share $fs/etc/init.d $fs/etc/ssh $fs/var/run/sshd
    1.14  	cp -a $_pkg/usr/share/Ssh.bin $fs/usr/share
    1.15  	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
    1.16 +	rm -f $fs/usr/sbin/sftp-server
    1.17  	cp -a $_pkg/etc $fs
    1.18  	cp stuff/openssh $fs/etc/init.d
    1.19  	sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \