wok-current rev 24519
updated etherape (0.9.18 -> 0.9.20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 14:48:21 2022 +0100 (2022-02-22) |
parents | 08ef47c67999 |
children | 293c8ed65bed |
files | etherape-lang/receipt etherape/description.txt etherape/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/etherape-lang/receipt Tue Feb 22 14:48:21 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="etherape-lang" 1.7 +VERSION="0.9.20" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="A graphical network monitor and visualization tool - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://etherape.sourceforge.io" 1.13 + 1.14 +WANTED="etherape" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + cook_copy_folders locale 1.20 +}
2.1 --- a/etherape/description.txt Tue Feb 22 11:07:44 2022 +0100 2.2 +++ b/etherape/description.txt Tue Feb 22 14:48:21 2022 +0100 2.3 @@ -1,8 +1,4 @@ 2.4 -EtherApe 2.5 - 2.6 EtherApe is a graphical network monitor modeled after etherman. Featuring 2.7 Ethernet, IP, TCP, FDDI, Token Ring and wireless modes, it displays 2.8 network activity graphically. Hosts and links change in size with traffic. 2.9 Color coded protocols display. 2.10 - 2.11 -https://etherape.sourceforge.io
3.1 --- a/etherape/receipt Tue Feb 22 11:07:44 2022 +0100 3.2 +++ b/etherape/receipt Tue Feb 22 14:48:21 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="etherape" 3.7 -VERSION="0.9.18" 3.8 +VERSION="0.9.20" 3.9 CATEGORY="network" 3.10 TAGS="ip monitoring network tcp vlan wlan" 3.11 SHORT_DESC="A graphical network monitor and visualization tool." 3.12 @@ -12,11 +12,13 @@ 3.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.15 3.16 -DEPENDS="gtk+3 libglade libgnome libpcap libgnomeui libltdl 3.17 - libcrypto libxslt libgnome-keyring util-linux-uuid" 3.18 -BUILD_DEPENDS="glib-dev glibc-dev gnome-doc-utils-dev goocanvas 3.19 - goocanvas-dev gtk+3-dev itstool libcrypto-dev libglade-dev 3.20 - libgnome-dev libgnomeui-dev libpcap-dev libtool libxslt-dev 3.21 +SUGGESTED="etherape-lang" 3.22 +DEPENDS="goocanvas gtk+3 libcrypto libglade libgnome libpcap 3.23 + libgnome-keyring libgnomeui libltdl libxml2 libxslt 3.24 + util-linux-uuid" 3.25 +BUILD_DEPENDS="glib-dev glibc-dev gnome-doc-utils-dev goocanvas-dev 3.26 + gtk+3-dev itstool libcrypto-dev libglade-dev libgnome-dev 3.27 + libgnomeui-dev libpcap-dev libtool libxml2-dev libxslt-dev 3.28 ossp-uuid-dev" 3.29 3.30 # What is the latest version available today? 3.31 @@ -40,22 +42,23 @@ 3.32 --build=$ARCH-slitaz-linux \ 3.33 --disable-scrollkeeper 3.34 make && 3.35 - make DESTDIR=$DESTDIR install 3.36 + make install DESTDIR=$DESTDIR 3.37 } 3.38 3.39 # Rules to gen a SliTaz package suitable for Tazpkg. 3.40 genpkg_rules() 3.41 { 3.42 - mkdir -p $fs/usr/bin 3.43 mkdir -p $fs/usr/share 3.44 3.45 - cp -a $install/usr/bin/* $fs/usr/bin 3.46 - cp -a $install/usr/share/* $fs/usr/share 3.47 + cook_copy_folders bin 3.48 + cp -a $install/usr/share/applications $fs/usr/share 3.49 + cp -a $install/usr/share/etherape $fs/usr/share 3.50 + cp -a $install/usr/share/pixmaps $fs/usr/share 3.51 } 3.52 3.53 post_install() 3.54 { 3.55 # The SliTaz use Tazbox. 3.56 - sed -i 's/^Exec=.*/Exec=tazbox su dbus-launch etherape/' \ 3.57 + sed -i 's|^Exec=.*|Exec=tazbox su dbus-launch etherape|' \ 3.58 $1/usr/share/applications/etherape.desktop 3.59 }