wok diff ptunnel/receipt @ rev 12258
Up: slitaz-configs (1.9.2) Fix web homepage
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 10 19:34:28 2012 +0200 (2012-04-10) |
parents | e7947833aa28 |
children | bf4a09ef1d2e |
line diff
1.1 --- a/ptunnel/receipt Mon Mar 07 01:00:17 2011 +0000 1.2 +++ b/ptunnel/receipt Tue Apr 10 19:34:28 2012 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="ptunnel tunnels TCP using ICMP echo request" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="libpcap" 1.8 SOURCE="PingTunnel" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 1.13 +DEPENDS="libpcap" 1.14 +BUILD_DEPENDS="libpcap-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {