wok-next diff arping/receipt @ rev 21634

updated exiftool (11.17 -> 12.01)
author Hans-G?nter Theisgen
date Fri Jun 26 10:45:57 2020 +0100 (2020-06-26)
parents d635206a5649
children
line diff
     1.1 --- a/arping/receipt	Mon Dec 24 11:36:03 2018 +0200
     1.2 +++ b/arping/receipt	Fri Jun 26 10:45:57 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