wok-next annotate wepbuster/receipt @ rev 20900

gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 21 17:03:50 2018 +0300 (2018-07-21)
parents 23c3aed67cd9
children 8e1b2a143eb3
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@13353 9 WEB_SITE="http://code.google.com/p/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 }