wok-next diff airoscript-ng/receipt @ rev 21689

updated glusterfs (3.12.5 -> 7.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:33:02 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/airoscript-ng/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/airoscript-ng/receipt	Mon Jun 29 17:33:02 2020 +0100
     1.3 @@ -8,10 +8,13 @@
     1.4  LICENSE="GPL2"
     1.5  #WEB_SITE="https://code.google.com/archive/p/airoscript/"
     1.6  WEB_SITE="http://airoscript.aircrack-ng.org/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz"
    1.10  WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/$TARBALL"
    1.11  
    1.12 +DEPENDS_std="bash"
    1.13 +
    1.14  compile_rules() {
    1.15  	# Remove broken install parts
    1.16  	sed -i '/install-docs \\/ d' Makefile-Linux
    1.17 @@ -34,11 +37,3 @@
    1.18  
    1.19  	cook_pick_manpages $src/src/airoscript-ng.1
    1.20  }
    1.21 -
    1.22 -genpkg_rules() {
    1.23 -	mkdir -p $fs/usr/share
    1.24 -	cp -a $install/usr/sbin $fs/usr
    1.25 -	cp -a $install/usr/share/airoscript-ng $fs/usr/share
    1.26 -	cp -a $install/etc $fs
    1.27 -	DEPENDS="bash"
    1.28 -}