wok rev 169

Typo and deps for tcpdump
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 30 00:08:43 2008 +0100 (2008-01-30)
parents b236b93f6795
children 261eecbddd89
files tcpdump/receipt
line diff
     1.1 --- a/tcpdump/receipt	Tue Jan 29 11:15:28 2008 +0100
     1.2 +++ b/tcpdump/receipt	Wed Jan 30 00:08:43 2008 +0100
     1.3 @@ -4,27 +4,27 @@
     1.4  VERSION="3.9.8"
     1.5  CATEGORY="security"
     1.6  SHORT_DESC="cli wire sniffer"
     1.7 -DEPENDS="openssl"
     1.8 +DEPENDS="libcrypto openssl "
     1.9  BUILD_DEPENDS="libpcap"
    1.10  MAINTAINER="Serge Daigle <sdaigl@lacitec.on.ca>"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WEB_SITE="www.tcpdump.org"
    1.13 -WGET_URL="http://www.tcpdump.org/release/$TARBALL";
    1.14 +WEB_SITE="http://www.tcpdump.org/"
    1.15 +WGET_URL="http://www.tcpdump.org/release/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -        cd $src
    1.21 -        ./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -        --mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 -        make
    1.24 -        make DESTDIR=$PWD/_pkg install
    1.25 +	cd $src
    1.26 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.28 +	make
    1.29 +	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -        mkdir -p $fs/usr
    1.36 -        cp -a $_pkg/usr/sbin $fs/usr
    1.37 -        strip -s $fs/usr/sbin/*
    1.38 +	mkdir -p $fs/usr
    1.39 +	cp -a $_pkg/usr/sbin $fs/usr
    1.40 +	strip -s $fs/usr/sbin/*
    1.41  }