wok-next view wepbuster/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }