wok diff httptunnel/receipt @ rev 19495

Up cryptsetup (1.7.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 15:25:39 2016 +0100 (2016-11-15)
parents 0a95b6b8fd35
children e3f377fbc5f0
line diff
     1.1 --- a/httptunnel/receipt	Mon Mar 07 00:51:20 2011 +0000
     1.2 +++ b/httptunnel/receipt	Tue Nov 15 15:25:39 2016 +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