wok diff openssh/receipt @ rev 4904

Add ssh virtual package
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 12 16:02:24 2010 +0100 (2010-02-12)
parents a975000773d0
children 6ec17b55b59a
line diff
     1.1 --- a/openssh/receipt	Thu Jul 02 09:05:44 2009 +0200
     1.2 +++ b/openssh/receipt	Fri Feb 12 16:02:24 2010 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4  WGET_URL="ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     1.5  DEPENDS="sftp-server libcrypto zlib"
     1.6  BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev"
     1.7 +PROVIDE="ssh"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()