wok view wepbuster/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents 23c3aed67cd9
children c49ffc024a6c
line source
1 # SliTaz package receipt.
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://code.google.com/archive/p/wepbuster/"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
13 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
14 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
15 wireless_tools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/wepbuster $fs/usr/bin
28 }