wok 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 ec3c887dc9ff
children 993a22abdb7b
files dropbear-pam/receipt dropbear/receipt openssh-pam/receipt openssh/receipt
line diff
     1.1 --- a/dropbear-pam/receipt	Fri Feb 12 11:12:21 2010 +0100
     1.2 +++ b/dropbear-pam/receipt	Fri Feb 12 16:02:24 2010 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
     1.5  WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL"
     1.6  CONFIG_FILES="/etc/dropbear"
     1.7 -PROVIDE="dropbear:pam"
     1.8 +PROVIDE="dropbear:pam ssh:pam"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/dropbear/receipt	Fri Feb 12 11:12:21 2010 +0100
     2.2 +++ b/dropbear/receipt	Fri Feb 12 16:02:24 2010 +0100
     2.3 @@ -12,6 +12,7 @@
     2.4  WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
     2.5  WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL"
     2.6  CONFIG_FILES="/etc/dropbear"
     2.7 +PROVIDE="ssh"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
     3.1 --- a/openssh-pam/receipt	Fri Feb 12 11:12:21 2010 +0100
     3.2 +++ b/openssh-pam/receipt	Fri Feb 12 16:02:24 2010 +0100
     3.3 @@ -11,7 +11,7 @@
     3.4  WGET_URL="ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     3.5  DEPENDS="sftp-server libcrypto zlib pam"
     3.6  BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev pam pam-dev"
     3.7 -PROVIDE="openssh:pam"
     3.8 +PROVIDE="openssh:pam ssh:pam"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
     4.1 --- a/openssh/receipt	Fri Feb 12 11:12:21 2010 +0100
     4.2 +++ b/openssh/receipt	Fri Feb 12 16:02:24 2010 +0100
     4.3 @@ -10,6 +10,7 @@
     4.4  WGET_URL="ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     4.5  DEPENDS="sftp-server libcrypto zlib"
     4.6  BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev"
     4.7 +PROVIDE="ssh"
     4.8  
     4.9  # Rules to configure and make the package.
    4.10  compile_rules()