wok rev 14508

ettercap: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 14 07:37:16 2013 +0200 (2013-05-14)
parents 29cefb03f298
children 9a40dd126a14
files ettercap/receipt
line diff
     1.1 --- a/ettercap/receipt	Tue May 14 07:26:31 2013 +0200
     1.2 +++ b/ettercap/receipt	Tue May 14 07:37:16 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Ettercap is a suite for man in the middle attacks on LAN"
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 -DEPENDS="libpthread-stubs libpcap libnet libtool zlib"
     1.8 -BUILD_DEPENDS="libpthread-stubs libpcap libpcap-dev libnet-dev libtool zlib-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://ettercap.sourceforge.net"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="libpthread-stubs libpcap libnet libtool zlib"
    1.14 +BUILD_DEPENDS="libpthread-stubs libpcap libpcap-dev libnet-dev libtool file \
    1.15 +zlib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -30,9 +32,9 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/share
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/etc $fs
    1.26 -	cp -a $_pkg/usr/share/ettercap $fs/usr/share
    1.27 -	cp -a $_pkg/usr/lib $fs/usr
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/etc $fs
    1.30 +	cp -a $install/usr/share/ettercap $fs/usr/share
    1.31 +	cp -a $install/usr/lib $fs/usr
    1.32  }
    1.33