wok view wepbuster/receipt @ rev 14041

gst-plugins-good: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:15:19 2013 +0100 (2013-02-18)
parents
children 23c3aed67cd9
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 WEB_SITE="http://code.google.com/p/wepbuster/"
9 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
10 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
11 wireless_tools"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/wepbuster $fs/usr/bin
26 }