wok-next diff sslh/receipt @ rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
parents 57a910f169cd
children ae0647818eab
line diff
     1.1 --- a/sslh/receipt	Thu Apr 01 18:48:49 2010 +0200
     1.2 +++ b/sslh/receipt	Wed Apr 25 00:15:23 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sslh"
     1.7 -VERSION="1.7a"
     1.8 +VERSION="1.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Accept both HTTPS and SSH connections on the same port."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,6 +22,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/sbin
    1.16 -	cp -a $src/sslh $fs/usr/sbin
    1.17 +	cp -a $src/sslh-fork $fs/usr/sbin
    1.18 +	cp -a $src/sslh-select $fs/usr/sbin
    1.19  }
    1.20