wok-next diff arp-scan/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d2950281f122 |
children |
line diff
1.1 --- a/arp-scan/receipt Wed Sep 05 00:08:37 2018 +0300 1.2 +++ b/arp-scan/receipt Tue Sep 01 10:31:46 2020 +0000 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 }