wok view wepbuster/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 8dd8bab3f0ca
children 34e801e0eb52
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://github.com/google-code-export/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 }