wok view ptunnel/receipt @ rev 10135

Up: gpodder to 2.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:29:41 2011 +0000 (2011-05-20)
parents
children 9a783066b30f
line source
1 # SliTaz package receipt.
3 PACKAGE="ptunnel"
4 VERSION="0.71"
5 CATEGORY="network"
6 SHORT_DESC="ptunnel tunnels TCP using ICMP echo request"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libpcap"
9 SOURCE="PingTunnel"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/ptunnel $fs/usr/bin
26 }