wok-next diff airgeddon/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents ee9f62ea5d47
children 7b8e000b629f
line diff
     1.1 --- a/airgeddon/receipt	Tue Jun 14 10:00:11 2016 +0200
     1.2 +++ b/airgeddon/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -1,22 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="airgeddon"
     1.8  VERSION="3.31"
     1.9  HASH="5d18ec5583c8870fd92e7e60bd50af3e6175b6b5"
    1.10  CATEGORY="network"
    1.11 -SHORT_DESC="Multi-use bash script for Linux systems to audit wireless networks."
    1.12 +SHORT_DESC="Multi-use bash script for Linux systems to audit wireless networks"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://github.com/v1s1t0r1sh3r3/airgeddon"
    1.16 +
    1.17  TARBALL="$PACKAGE-$HASH.sh"
    1.18 -WEB_SITE="https://github.com/v1s1t0r1sh3r3/airgeddon"
    1.19  WGET_URL="$WEB_SITE/raw/$HASH/$PACKAGE.sh"
    1.20  
    1.21 -DEPENDS="bash iw aircrack-ng curl crunch mdk3"
    1.22 -
    1.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 -genpkg_rules()
    1.25 -{
    1.26 -	mkdir -p $fs/usr/sbin
    1.27 -	cp -a $src/$TARBALL $fs/usr/sbin/$PACKAGE
    1.28 -	chmod +x $fs/usr/sbin/$PACKAGE
    1.29 +compile_rules() {
    1.30 +	install -Dm755 $src/$TARBALL $install/usr/sbin/airgeddon
    1.31  }
    1.32 +genpkg_rules() {
    1.33 +	copy @std
    1.34 +	DEPENDS="bash iw aircrack-ng curl crunch mdk3"
    1.35 +}