wok view pwnat/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents bf4a09ef1d2e
children 1ae2567134a8
line source
1 # SliTaz package receipt.
3 PACKAGE="pwnat"
4 GITHASH="1d07c2eb53171733831c0cd01e4e96a3204ec446" # 8/9/14
5 VERSION=${GITHASH:0:7}
6 CATEGORY="network"
7 SHORT_DESC="NAT Traversal utility."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WEB_SITE="http://samy.pl/pwnat"
12 WGET_URL="https://github.com/samyk/pwnat/archive/$GITHASH.zip"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/pwnat $fs/usr/bin
25 }