wok diff ptunnel/receipt @ rev 11062
Up: optipng to 0.6.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 00:32:23 2011 +0000 (2011-10-17) |
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 Oct 17 00:32:23 2011 +0000 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 {