wok-next view wepbuster/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
14 compile_rules() {
15 install -Dm755 $src/wepbuster $install/usr/bin/wepbuster
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="perl-number-range perl-expect perl-algorithm-permute \
21 perl-file-slurp perl-getopt-long perl-term-readkey macchanger aircrack-ng \
22 dhcp-client wireless_tools"
23 }