wok-next diff arpwatch/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 04d824c95283
children d5aab818505e
line diff
     1.1 --- a/arpwatch/receipt	Mon Jul 04 11:45:47 2016 +0300
     1.2 +++ b/arpwatch/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="arpwatch and arpsnmp network monitoring tools"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="BSD"
     1.7 +WEB_SITE="ftp://ftp.ee.lbl.gov/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="ftp://ftp.ee.lbl.gov"
    1.10 -WGET_URL="$WEB_SITE/$TARBALL"
    1.11 +WGET_URL="${WEB_SITE}$TARBALL"
    1.12  
    1.13  DEPENDS="libpcap"
    1.14  BUILD_DEPENDS="libpcap-dev"
    1.15 @@ -25,9 +25,7 @@
    1.16  	
    1.17  	#~ SENDMAIL=/usr/sbin/sendmail
    1.18  
    1.19 -	mkdir -p $install/usr/share/man/man8
    1.20 -	cp -a $src/*.8 $install/usr/share/man/man8
    1.21 -	cook_compress_manpages
    1.22 +	cook_pick_manpages $src/*.8
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 @@ -38,4 +36,3 @@
    1.27  	install -d -m 0755 $fs/var/lib/arpwatch
    1.28  	touch $fs/var/lib/arpwatch/arp.dat
    1.29  }
    1.30 -