wok view pwnat/receipt @ rev 18827

Up pwnat (8 sep 2014)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 17 11:38:57 2016 +0100 (2016-01-17)
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 }