wok-next rev 21494
updated arp-scan (1.9.5 -> 1.9.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 21:22:07 2020 +0100 (2020-06-18) |
parents | 529467fecaaa |
children | a4100264c115 |
files | arp-scan/receipt |
line diff
1.1 --- a/arp-scan/receipt Thu Jun 18 21:19:09 2020 +0100 1.2 +++ b/arp-scan/receipt Thu Jun 18 21:22:07 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 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 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,16 +13,17 @@ 1.13 1.14 BUILD_DEPENDS="autoconf automake libpcap-dev" 1.15 1.16 -compile_rules() { 1.17 - autoreconf --install 1.18 - 1.19 +compile_rules() 1.20 +{ 1.21 + autoreconf --install && 1.22 ./configure $CONFIGURE_ARGS && 1.23 make && 1.24 make check && 1.25 make install 1.26 } 1.27 1.28 -genpkg_rules() { 1.29 +genpkg_rules() 1.30 +{ 1.31 copy @std 1.32 DEPENDS="libpcap perl" 1.33 }