wok-next diff arping/receipt @ rev 21418

updated proxytunnel again (1.9.0 -> 1.9.1)
author Hans-G?nter Theisgen
date Mon Apr 27 17:11:25 2020 +0100 (2020-04-27)
parents d5aab818505e
children a4100264c115
line diff
     1.1 --- a/arping/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/arping/receipt	Mon Apr 27 17:11:25 2020 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="automake libpcap-dev libnet-dev libcap-dev"
     1.7 +DEPENDS="libcap libnet libpcap"
     1.8  
     1.9  compile_rules() {
    1.10  	./bootstrap.sh &&
    1.11 @@ -20,8 +21,3 @@
    1.12  	make &&
    1.13  	make install
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	copy @std
    1.18 -	DEPENDS="libcap libnet libpcap"
    1.19 -}