wok-next view wepbuster/receipt @ rev 20573

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 17:21:19 2018 +0300 (2018-04-13)
parents 23c3aed67cd9
children 8e1b2a143eb3
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="http://code.google.com/p/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 }