wok view wepbuster/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 8dd8bab3f0ca
children 34e801e0eb52
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 LICENSE="BSD"
9 WEB_SITE="https://github.com/google-code-export/wepbuster"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
13 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
14 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
15 wireless_tools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/wepbuster $fs/usr/bin
28 }