wok diff tcpdump/receipt @ rev 10730
slitaz-mercurial-style: fix TARBALL
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 29 04:12:19 2011 +0200 (2011-05-29) |
parents | 02bbaa9d12ba |
children | cbde4eed7ffd |
line diff
1.1 --- a/tcpdump/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/tcpdump/receipt Sun May 29 04:12:19 2011 +0200 1.3 @@ -4,14 +4,15 @@ 1.4 VERSION="3.9.8" 1.5 CATEGORY="security" 1.6 SHORT_DESC="cli wire sniffer" 1.7 -DEPENDS="libcrypto openssl " 1.8 -BUILD_DEPENDS="libpcap" 1.9 MAINTAINER="sdaigl@lacitec.on.ca" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.tcpdump.org/" 1.12 WGET_URL="http://www.tcpdump.org/release/$TARBALL" 1.13 TAGS="network security" 1.14 1.15 +DEPENDS="libcrypto openssl " 1.16 +BUILD_DEPENDS="libpcap libpcap-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {