wok-current diff httptunnel/receipt @ rev 17825
Up: slitaz-configs(5.5.7)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 22:03:24 2015 +0100 (2015-03-22) |
parents | 0a95b6b8fd35 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/httptunnel/receipt Mon Mar 07 00:51:20 2011 +0000 1.2 +++ b/httptunnel/receipt Sun Mar 22 22:03:24 2015 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="httptunnel creates a bidirectianal virtual data connection tunnelled in HTTP requests" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.nocrew.org/software/httptunnel" 1.10 WGET_URL="$WEB_SITE/$TARBALL" 1.11 @@ -20,6 +21,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 } 1.18