wok-next view ptunnel/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ptunnel"
4 VERSION="0.72"
5 CATEGORY="network"
6 SHORT_DESC="ptunnel tunnels TCP using ICMP echo request"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/"
11 TARBALL="PingTunnel-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="libpcap-dev"
16 compile_rules() {
17 make CC=${HOST_SYSTEM}-gcc &&
18 install -Dm 755 $src/ptunnel $install/usr/bin/ptunnel
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="libpcap"
24 }
26 testsuite() {
27 readelf -h $src/ptunnel
28 }