wok rev 22704

updated etherape (0.9.14 -> 0.9.18)
author Hans-G?nter Theisgen
date Tue Jan 21 16:30:47 2020 +0100 (2020-01-21)
parents fdc0e46cecf0
children c10a3037b056
files etherape/description.txt etherape/receipt
line diff
     1.1 --- a/etherape/description.txt	Tue Jan 21 15:48:04 2020 +0100
     1.2 +++ b/etherape/description.txt	Tue Jan 21 16:30:47 2020 +0100
     1.3 @@ -5,4 +5,4 @@
     1.4  network activity graphically. Hosts and links change in size with traffic. 
     1.5  Color coded protocols display.
     1.6  
     1.7 -http://etherape.sourceforge.net
     1.8 +https://etherape.sourceforge.io
     2.1 --- a/etherape/receipt	Tue Jan 21 15:48:04 2020 +0100
     2.2 +++ b/etherape/receipt	Tue Jan 21 16:30:47 2020 +0100
     2.3 @@ -1,51 +1,53 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="etherape"
     2.7 -VERSION="0.9.14"
     2.8 +VERSION="0.9.18"
     2.9  CATEGORY="network"
    2.10 +TAGS="ip monitoring network tcp vlan wlan"
    2.11  SHORT_DESC="A graphical network monitor and visualization tool."
    2.12  MAINTAINER="hackdorte@sapo.pt"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="https://etherape.sourceforge.io"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://etherape.sourceforge.net"
    2.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.19 -TAGS="ip monitoring network tcp vlan wlan"
    2.20  
    2.21 -DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libltdl \
    2.22 -libcrypto libxslt libgnome-keyring util-linux-uuid"
    2.23 -
    2.24 -BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk+-dev \
    2.25 -libgnomeui-dev libpcap-dev gnome-doc-utils-dev libcrypto-dev libxslt-dev \
    2.26 -ossp-uuid-dev libtool"
    2.27 +DEPENDS="gtk+3 libglade libgnome libpcap libgnomeui libltdl 
    2.28 +	libcrypto libxslt libgnome-keyring util-linux-uuid"
    2.29 +BUILD_DEPENDS="glib-dev glibc-dev gnome-doc-utils-dev goocanvas 
    2.30 +	goocanvas-dev gtk+3-dev itstool libcrypto-dev libglade-dev 
    2.31 +	libgnome-dev libgnomeui-dev libpcap-dev libtool libxslt-dev 
    2.32 +	ossp-uuid-dev"
    2.33  
    2.34  # Rules to configure and make the package.
    2.35  compile_rules()
    2.36  {
    2.37 -./configure \
    2.38 -  --prefix=/usr \
    2.39 -  --libdir=/usr/lib \
    2.40 -  --sysconfdir=/etc \
    2.41 -  --localstatedir=/var/state/$PACKAGE-$VERSION \
    2.42 -  --mandir=/usr/share/man \
    2.43 -  --docdir=/usr/share/doc/$PACKAGE-$VERSION \
    2.44 -  --build=$ARCH-slitaz-linux \
    2.45 -  --disable-scrollkeeper
    2.46 -  make && make DESTDIR=$DESTDIR install
    2.47 +	./configure						\
    2.48 +		--prefix=/usr					\
    2.49 +		--libdir=/usr/lib				\
    2.50 +		--sysconfdir=/etc				\
    2.51 +		--localstatedir=/var/state/$PACKAGE-$VERSION	\
    2.52 +		--mandir=/usr/share/man				\
    2.53 +		--docdir=/usr/share/doc/$PACKAGE-$VERSION	\
    2.54 +		--build=$ARCH-slitaz-linux			\
    2.55 +		--disable-scrollkeeper
    2.56 +	make &&
    2.57 +	make DESTDIR=$DESTDIR install
    2.58  }
    2.59  
    2.60  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.61  genpkg_rules()
    2.62  {
    2.63 -  mkdir -p $fs/usr/bin
    2.64 -  cp -a $install/usr/bin/* $fs/usr/bin
    2.65 +	mkdir -p $fs/usr/bin
    2.66 +	mkdir -p $fs/usr/share
    2.67  
    2.68 -  mkdir -p $fs/usr/share
    2.69 -  cp -a $install/usr/share/* $fs/usr/share
    2.70 +	cp -a $install/usr/bin/* $fs/usr/bin
    2.71 +	cp -a $install/usr/share/* $fs/usr/share
    2.72  }
    2.73  
    2.74  post_install() 
    2.75  {
    2.76 -  # The SliTaz use Tazbox.
    2.77 -  sed -i 's/^Exec=.*/Exec=tazbox su dbus-launch etherape/' \
    2.78 -  $1/usr/share/applications/etherape.desktop
    2.79 +	# The SliTaz use Tazbox.
    2.80 +	sed -i 's/^Exec=.*/Exec=tazbox su dbus-launch etherape/' \
    2.81 +		$1/usr/share/applications/etherape.desktop
    2.82  }