wok rev 10486

ptunnel: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 12:59:19 2011 +0200 (2011-05-25)
parents 09aa2ebe8973
children 4f58f85ea594
files ptunnel/receipt
line diff
     1.1 --- a/ptunnel/receipt	Wed May 25 06:51:14 2011 +0000
     1.2 +++ b/ptunnel/receipt	Wed May 25 12:59:19 2011 +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  {