wok diff fping/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 18a9cd52e9bb
children 3b4e4318134e
line diff
     1.1 --- a/fping/receipt	Wed May 30 04:50:17 2012 +0000
     1.2 +++ b/fping/receipt	Sun May 26 19:06:03 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fping"
     1.7 -VERSION="3.2"
     1.8 +VERSION="3.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="ICMP echo with multiple hosts."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,9 +12,11 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.18 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.19 +	./configure \
    1.20 +		--prefix=/usr \
    1.21 +		--infodir=/usr/share/info \
    1.22 +		--mandir=/usr/share/man \
    1.23 +		$CONFIGURE_ARGS && \
    1.24  	make && make DESTDIR=$DESTDIR install
    1.25  }
    1.26