wok rev 25735

Remove iptraf: replaced by iptraf-ng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 23 09:39:49 2024 +0000 (3 months ago)
parents 495b15413560
children ffe3a28f2096
files iptraf/receipt miniupnpc/receipt
line diff
     1.1 --- a/iptraf/receipt	Thu Aug 22 14:48:42 2024 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,54 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="iptraf"
     1.7 -VERSION="3.0.2"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="IP Network Monitoring Software."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="GPL2"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="http://www.penguin.cz/~fojtik/iptraf/"
    1.14 -WGET_URL="http://www.penguin.cz/~fojtik/$PACKAGE/$TARBALL"
    1.15 -CONFIG_FILES="/var/iptraf/iptraf.cfg"
    1.16 -
    1.17 -DEPENDS="ncurses"
    1.18 -BUILD_DEPENDS="ncurses-dev"
    1.19 -
    1.20 -# What is the latest version available today?
    1.21 -current_version()
    1.22 -{
    1.23 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.24 -	sed '/tar.gz/!d;s|.*=iptraf-||;s|.tar.*||' | sort -Vr | sed q
    1.25 -}
    1.26 -
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 -	cd $src/src
    1.31 -	sed -i 's|linux/if_tr|netinet/if_tr|' tcptable.h *.c
    1.32 -	sed -i 's|uname -m|echo i486|' Makefile
    1.33 -	sed -i 's/lncurses/& -ltinfo/' Makefile
    1.34 -	mkdir -p $DESTDIR/usr/bin 2> /dev/null
    1.35 -	sed -i 's/ARPHRD_PPP:$/& case ARPHRD_NONE:/' packet.c
    1.36 -	sed -i 's|/local/|/|' Makefile
    1.37 -	make clean &&
    1.38 -	make &&
    1.39 -	cp rvnamed rawtime iptraf $DESTDIR/usr/bin
    1.40 -}
    1.41 -
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/var/iptraf $fs/var/log/iptraf
    1.46 -	cp -a $install/* $fs
    1.47 -}
    1.48 -
    1.49 -post_install()
    1.50 -{
    1.51 -	mkdir -p "$1/var/run/iptraf"
    1.52 -}
    1.53 -
    1.54 -post_remove()
    1.55 -{
    1.56 -	rm -r "$1/var/run/iptraf"
    1.57 -}
     2.1 --- a/miniupnpc/receipt	Thu Aug 22 14:48:42 2024 +0100
     2.2 +++ b/miniupnpc/receipt	Fri Aug 23 09:39:49 2024 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  MAINTAINER="pascal.bellard@slitaz.org"
     2.5  LICENSE="BSD"
     2.6  TARBALL="${PACKAGE}_${VERSION/./_}.tar.gz"
     2.7 -WEB_SITE="http://miniupnp.free.fr/"
     2.8 +WEB_SITE="https://miniupnp.tuxfamily.org/"
     2.9  WGET_URL="https://github.com/miniupnp/miniupnp/archive/$TARBALL"
    2.10  TAGS="upnp"
    2.11