wok diff ettercap/receipt @ rev 14573
Transmission-cli shouldn't install Transmission-gtk
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri May 24 18:26:23 2013 +0200 (2013-05-24) |
parents | 81200a5ef6b9 |
children | 223b265f40fd |
line diff
1.1 --- a/ettercap/receipt Thu Nov 03 23:13:21 2011 +0100 1.2 +++ b/ettercap/receipt Fri May 24 18:26:23 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