wok diff ptunnel/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents e7947833aa28
children bf4a09ef1d2e
line diff
     1.1 --- a/ptunnel/receipt	Mon Mar 07 01:00:17 2011 +0000
     1.2 +++ b/ptunnel/receipt	Thu Oct 04 11:53:21 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  {