wok-6.x annotate wepbuster/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | 8dd8bab3f0ca |
children | 34e801e0eb52 |
rev | line source |
---|---|
pascal@13353 | 1 # SliTaz package receipt. |
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@20689 | 9 WEB_SITE="https://github.com/google-code-export/wepbuster" |
pascal@15601 | 10 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@15601 | 11 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" |
pascal@15601 | 12 |
pascal@13353 | 13 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \ |
pascal@13353 | 14 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \ |
pascal@13353 | 15 wireless_tools" |
pascal@13353 | 16 |
pascal@13353 | 17 # Rules to configure and make the package. |
pascal@13353 | 18 compile_rules() |
pascal@13353 | 19 { |
pascal@13353 | 20 cd $src |
pascal@13353 | 21 } |
pascal@13353 | 22 |
pascal@13353 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13353 | 24 genpkg_rules() |
pascal@13353 | 25 { |
pascal@13353 | 26 mkdir -p $fs/usr/bin |
pascal@13353 | 27 cp -a $src/wepbuster $fs/usr/bin |
pascal@13353 | 28 } |