wok-6.x diff httptunnel/receipt @ rev 20385
Add amiwm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 23 10:59:44 2018 +0200 (2018-06-23) |
parents | 0a95b6b8fd35 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/httptunnel/receipt Mon Mar 07 00:51:20 2011 +0000 1.2 +++ b/httptunnel/receipt Sat Jun 23 10:59:44 2018 +0200 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