wok-6.x diff wepbuster/receipt @ rev 15657
eaccelerator: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 06:50:55 2013 +0000 (2013-12-12) |
parents | 8df91607b9af |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/wepbuster/receipt Mon Sep 10 10:08:31 2012 +0200 1.2 +++ b/wepbuster/receipt Thu Dec 12 06:50:55 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A set of tools for auditing wireless networks" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 WEB_SITE="http://code.google.com/p/wepbuster/" 1.9 +TARBALL="$PACKAGE-$VERSION.tgz" 1.10 +WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" 1.11 + 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 @@ -24,4 +26,3 @@ 1.21 mkdir -p $fs/usr/bin 1.22 cp -a $src/wepbuster $fs/usr/bin 1.23 } 1.24 -