wok-next diff ptunnel/receipt @ rev 11589
hydrogen: install hack
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 09 16:38:12 2012 +0100 (2012-01-09) |
parents | e7947833aa28 |
children | bf4a09ef1d2e |
line diff
1.1 --- a/ptunnel/receipt Mon Mar 07 01:00:17 2011 +0000 1.2 +++ b/ptunnel/receipt Mon Jan 09 16:38:12 2012 +0100 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 {