wok view wepbuster/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="wepbuster"
4 VERSION="1.0_beta-0.7"
5 CATEGORY="network"
6 SHORT_DESC="A set of tools for auditing wireless networks"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://code.google.com/p/wepbuster/"
9 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
10 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
11 wireless_tools"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/wepbuster $fs/usr/bin
26 }