wok-next annotate pwnat/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
children
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@11562 2
pascal@11562 3 PACKAGE="pwnat"
pascal@18827 4 GITHASH="1d07c2eb53171733831c0cd01e4e96a3204ec446" # 8/9/14
pascal@18827 5 VERSION=${GITHASH:0:7}
pascal@11562 6 CATEGORY="network"
al@20491 7 SHORT_DESC="NAT Traversal utility"
pascal@11562 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 9 LICENSE="GPL3"
al@21041 10 WEB_SITE="http://samy.pl/pwnat/"
al@20491 11
pascal@18827 12 TARBALL="$PACKAGE-$VERSION.zip"
pascal@18827 13 WGET_URL="https://github.com/samyk/pwnat/archive/$GITHASH.zip"
pascal@11562 14
al@20491 15 compile_rules() {
al@20491 16 make || return 1
al@20491 17
al@21020 18 install -Dm755 pwnat $install/usr/bin/pwnat
al@20491 19
al@20491 20 cook_pick_docs README* C*
pascal@11562 21 }
pascal@11562 22
al@20491 23 genpkg_rules() {
al@20491 24 copy @std
al@20491 25 TAGS="vpn nat traversal icmp tunnel"
pascal@11562 26 }