wok rev 9885

arpwatch: Fix BD
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 01:24:41 2011 +0200 (2011-05-17)
parents 5462e43ce103
children ff30ae3a8bce
files arpwatch/receipt
line diff
     1.1 --- a/arpwatch/receipt	Tue May 17 01:19:59 2011 +0200
     1.2 +++ b/arpwatch/receipt	Tue May 17 01:24:41 2011 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="arpwatch and arpsnmp network monitoring tools"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  DEPENDS="libpcap"
     1.7 +BUILD_DEPENDS="libpcap-dev"
     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 @@ -17,9 +18,11 @@
    1.12  	sed -i 's|ARPDIR = $(prefix)/arpwatch|ARPDIR = /var/lib/arpwatch|' Makefile.in
    1.13  	sed -i 's|-o bin -g bin||' Makefile.in
    1.14  	./configure && 
    1.15 -	make SENDMAIL=/usr/sbin/sendmail &&
    1.16 +	make  &&
    1.17  	install -d -m 755 $DESTDIR/usr/sbin
    1.18  	make install
    1.19 +	
    1.20 +	#~ SENDMAIL=/usr/sbin/sendmail
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.