wok-next annotate wepbuster/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 8e1b2a143eb3
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@13353 2
pascal@13353 3 PACKAGE="wepbuster"
pascal@13353 4 VERSION="1.0_beta-0.7"
pascal@13353 5 CATEGORY="network"
pascal@13353 6 SHORT_DESC="A set of tools for auditing wireless networks"
pascal@13353 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="BSD"
pascal@21157 9 WEB_SITE="https://github.com/google-code-export/wepbuster"
al@20503 10
pascal@15601 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@15601 12 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
pascal@15601 13
al@20503 14 compile_rules() {
al@20503 15 install -Dm755 $src/wepbuster $install/usr/bin/wepbuster
pascal@13353 16 }
pascal@13353 17
al@20503 18 genpkg_rules() {
al@20503 19 copy @std
al@20503 20 DEPENDS="perl-number-range perl-expect perl-algorithm-permute \
al@20503 21 perl-file-slurp perl-getopt-long perl-term-readkey macchanger aircrack-ng \
al@20503 22 dhcp-client wireless_tools"
pascal@13353 23 }