wok diff arpwatch/receipt @ rev 20465
fusioninventory-agenti: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 11 13:02:55 2018 +0200 (2018-10-11) |
parents | 04d824c95283 |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/arpwatch/receipt Mon Jul 04 11:45:47 2016 +0300 1.2 +++ b/arpwatch/receipt Thu Oct 11 13:02:55 2018 +0200 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 -