wok annotate airgeddon/receipt @ rev 19210

Add crunch & airgeddon
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 14 09:11:06 2016 +0200 (2016-06-14)
parents
children ee9f62ea5d47
rev   line source
pascal@19210 1 # SliTaz package receipt.
pascal@19210 2
pascal@19210 3 PACKAGE="airgeddon"
pascal@19210 4 VERSION="3.31"
pascal@19210 5 HASH="5d18ec5583c8870fd92e7e60bd50af3e6175b6b5"
pascal@19210 6 CATEGORY="network"
pascal@19210 7 SHORT_DESC="Multi-use bash script for Linux systems to audit wireless networks."
pascal@19210 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19210 9 LICENSE="GPL2"
pascal@19210 10 TARBALL="$PACKAGE-$HASH.sh"
pascal@19210 11 WEB_SITE="https://github.com/v1s1t0r1sh3r3/airgeddon"
pascal@19210 12 WGET_URL="$WEB_SITE/raw/$HASH/$TARBALL"
pascal@19210 13
pascal@19210 14 DEPENDS="bash iw aircrack-ng curl crunch mdk3"
pascal@19210 15
pascal@19210 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19210 17 genpkg_rules()
pascal@19210 18 {
pascal@19210 19 mkdir -p $fs/usr/sbin
pascal@19210 20 cp -a $src/$TARBALL $fs/usr/sbin/$PACKAGE
pascal@19210 21 chmod +x $fs/usr/sbin/$PACKAGE
pascal@19210 22 }