wok diff httptunnel/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 0a95b6b8fd35
children e3f377fbc5f0
line diff
     1.1 --- a/httptunnel/receipt	Mon Mar 07 00:51:20 2011 +0000
     1.2 +++ b/httptunnel/receipt	Fri Apr 18 13:51:05 2014 +0300
     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