wok-next diff fping/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 3b4e4318134e
children
line diff
     1.1 --- a/fping/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/fping/receipt	Thu Dec 12 17:26:25 2019 +0100
     1.3 @@ -3,29 +3,26 @@
     1.4  PACKAGE="fping"
     1.5  VERSION="3.4"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="ICMP echo with multiple hosts."
     1.8 +SHORT_DESC="ICMP echo with multiple hosts"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="other"
    1.11 +WEB_SITE="http://fping.org/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://fping.org/"
    1.15  WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	./configure \
    1.22  		--prefix=/usr \
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25 -		$CONFIGURE_ARGS && \
    1.26 -	make && make DESTDIR=$DESTDIR install
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr $fs/etc
    1.37  	cp -a $install/usr/sbin $fs/usr
    1.38  	cp $stuff/protocols $fs/etc
    1.39  }
    1.40 -