wok diff wepbuster/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 | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wepbuster/receipt Fri May 24 18:26:23 2013 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wepbuster" 1.7 +VERSION="1.0_beta-0.7" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A set of tools for auditing wireless networks" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://code.google.com/p/wepbuster/" 1.12 +DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \ 1.13 +perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \ 1.14 +wireless_tools" 1.15 +TARBALL="$PACKAGE-$VERSION.tgz" 1.16 +WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp -a $src/wepbuster $fs/usr/bin 1.29 +} 1.30 +