wok-next rev 21495

updated arping (2.19 -> 2.21)
author Hans-G?nter Theisgen
date Thu Jun 18 21:25:23 2020 +0100 (2020-06-18)
parents dc8c8515f112
children 33431f18996b
files arping/receipt
line diff
     1.1 --- a/arping/receipt	Thu Jun 18 21:22:07 2020 +0100
     1.2 +++ b/arping/receipt	Thu Jun 18 21:25:23 2020 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="arping"
     1.7 -VERSION="2.19"
     1.8 +VERSION="2.21"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="ARP ping utility"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="automake libpcap-dev libnet-dev libcap-dev"
    1.20 +BUILD_DEPENDS="automake libcap-dev libnet-dev libpcap-dev"
    1.21  DEPENDS="libcap libnet libpcap"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	./bootstrap.sh &&
    1.27 -
    1.28  	./configure $CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make install