wok-next diff arping/receipt @ rev 21081

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 11:36:03 2018 +0200 (2018-12-24)
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 Dec 24 11:36:03 2018 +0200
     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 -}