wok rev 14114

fping: up 3.4
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sun Feb 24 15:53:53 2013 -0800 (2013-02-24)
parents 0bcec1fdfe98
children b31a639bb6dd
files fping/receipt
line diff
     1.1 --- a/fping/receipt	Sun Feb 24 15:51:42 2013 -0800
     1.2 +++ b/fping/receipt	Sun Feb 24 15:53:53 2013 -0800
     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