wok diff pwnat/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 1ae2567134a8
children 89c8d8b6cf48
line diff
     1.1 --- a/pwnat/receipt	Tue Jul 26 13:47:19 2016 +0200
     1.2 +++ b/pwnat/receipt	Tue Jan 28 09:23:39 2020 +0100
     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  }