wok rev 24324
updated arp-scan (1.9.5 -> 1.9.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 27 09:24:22 2022 +0100 (2022-01-27) |
parents | 982381c7087d |
children | 099a66084bd8 |
files | arp-scan/receipt |
line diff
1.1 --- a/arp-scan/receipt Thu Jan 27 09:00:40 2022 +0100 1.2 +++ b/arp-scan/receipt Thu Jan 27 09:24:22 2022 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="arp-scan" 1.7 -VERSION="1.9.5" 1.8 +VERSION="1.9.7" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="The ARP Scanner" 1.11 +SHORT_DESC="The ARP Scanner." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://github.com/royhills/arp-scan" 1.15 @@ -12,7 +12,7 @@ 1.16 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.17 1.18 DEPENDS="libpcap perl" 1.19 -BUILD_DEPENDS="wget autoconf automake libpcap-dev" 1.20 +BUILD_DEPENDS="autoconf automake libpcap-dev" 1.21 1.22 current_version() 1.23 { 1.24 @@ -23,7 +23,7 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - autoreconf --install 1.29 + autoreconf --install && 1.30 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.31 make && 1.32 make check | sed '/0$/d' && 1.33 @@ -33,7 +33,6 @@ 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr $fs/usr/share 1.38 - cp -a $install/usr/bin $fs/usr 1.39 - cp -a $install/usr/share/arp-scan $fs/usr/share 1.40 + cook_copy_folders bin 1.41 + cook_copy_folders arp-scan 1.42 }