wok-6.x diff pwnat/receipt @ rev 19381
palemoon: change sqlite version
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 18 16:53:29 2016 +0200 (2016-08-18) |
parents | 1ae2567134a8 |
children | 89c8d8b6cf48 |
line diff
1.1 --- a/pwnat/receipt Tue Jul 26 13:47:19 2016 +0200 1.2 +++ b/pwnat/receipt Thu Aug 18 16:53:29 2016 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.zip" 1.5 WEB_SITE="http://samy.pl/pwnat" 1.6 WGET_URL="https://github.com/samyk/pwnat/archive/$GITHASH.zip" 1.7 -TAGS="nat traversal icmp tunnel" 1.8 +TAGS="vpn nat traversal icmp tunnel" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -21,6 +21,7 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/bin 1.17 + mkdir -p $fs/usr/bin $install/usr/share/doc 1.18 cp -a $src/pwnat $fs/usr/bin 1.19 + cp -a $src/README* $src/C* $install/usr/share/doc 1.20 }