wok rev 20560

net-tools: use archive web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 12 19:27:33 2018 +0100 (2018-12-12)
parents 833c25ef5ce8
children 3ae65034bee9
files cdrtools/receipt dciutil/receipt iperf/receipt kexec-tools/receipt net-tools/receipt
line diff
     1.1 --- a/cdrtools/receipt	Wed Dec 12 18:31:41 2018 +0100
     1.2 +++ b/cdrtools/receipt	Wed Dec 12 19:27:33 2018 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  	cd $src/DEFAULTS
     1.5  	sed -i 's/DEFINSGRP=	bin/DEFINSGRP=	root/' Defaults.linux
     1.6  	cd ..
     1.7 +	sed -i 's|uname -m|echo i686|' RULES/*
     1.8  	{
     1.9  		./configure
    1.10  		make && make DESTDIR=$DESTDIR install
     2.1 --- a/dciutil/receipt	Wed Dec 12 18:31:41 2018 +0100
     2.2 +++ b/dciutil/receipt	Wed Dec 12 19:27:33 2018 +0100
     2.3 @@ -22,6 +22,8 @@
     2.4  	sed -i '/linux\/uhid/d' src/usb_util/libusb_reports.c
     2.5  	./autogen.sh
     2.6  	./configure --prefix=/usr \
     2.7 +		--host=i686-pc-linux-gnu \
     2.8 +		--build=i686-pc-linux-gnu \
     2.9  		--mandir=/usr/share/man \
    2.10  		$CONFIGURE_ARGS &&
    2.11  	make &&
     3.1 --- a/iperf/receipt	Wed Dec 12 18:31:41 2018 +0100
     3.2 +++ b/iperf/receipt	Wed Dec 12 19:27:33 2018 +0100
     3.3 @@ -16,7 +16,9 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	./configure prefix=/usr &&
     3.8 +	./configure --prefix=/usr \
     3.9 +		--host=i686-pc-linux-gnu \
    3.10 +		--build=i686-pc-linux-gnu &&
    3.11  	make &&
    3.12  	make DESTDIR=$DESTDIR install
    3.13  }
     4.1 --- a/kexec-tools/receipt	Wed Dec 12 18:31:41 2018 +0100
     4.2 +++ b/kexec-tools/receipt	Wed Dec 12 19:27:33 2018 +0100
     4.3 @@ -21,6 +21,8 @@
     4.4  	case "$ARCH" in
     4.5  	i?86)
     4.6  		./configure prefix=/usr \
     4.7 +			--build=$BUILD_SYSTEM \
     4.8 +			--host=$HOST_SYSTEM \
     4.9  			--target=i386-linux ;;
    4.10  	*)
    4.11  		./configure prefix=/usr \
     5.1 --- a/net-tools/receipt	Wed Dec 12 18:31:41 2018 +0100
     5.2 +++ b/net-tools/receipt	Wed Dec 12 19:27:33 2018 +0100
     5.3 @@ -7,13 +7,12 @@
     5.4  MAINTAINER="pascal.bellard@slitaz.org"
     5.5  LICENSE="GPL2"
     5.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     5.7 -WEB_SITE="http://www.tazenda.demon.co.uk/phil/net-tools"
     5.8 +WEB_SITE="https://web.archive.org/web/20130512153334if_/http://www.tazenda.demon.co.uk/phil/net-tools"
     5.9  WGET_URL="$WEB_SITE/$TARBALL"
    5.10  
    5.11  # Rules to configure and make the package.
    5.12  compile_rules()
    5.13  {
    5.14 -	cd $src
    5.15  	mkdir $DESTDIR
    5.16  	enabled="HAVE_AFUNIX HAVE_AFINET HAVE_HWETHER HAVE_HWPPP \
    5.17  		 HAVE_HWTUNNEL HAVE_FW_MASQUERADE HAVE_IP_TOOLS HAVE_MII"