wok-4.x rev 11742
wireshark: remove extension for desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 17:05:50 2012 -0800 (2012-02-21) |
parents | 177f1a1acedb |
children | 8532d13b4310 |
files | wireshark/description.txt wireshark/receipt wireshark/stuff/wireshark.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wireshark/description.txt Tue Feb 21 17:05:50 2012 -0800 1.3 @@ -0,0 +1,4 @@ 1.4 +Wireshark is the world's foremost network protocol analyzer. It lets you capture 1.5 +and interactively browse the traffic running on a computer network. It is the 1.6 +de facto (and often de jure) standard across many industries and educational 1.7 +institutions.
2.1 --- a/wireshark/receipt Wed Feb 22 02:06:21 2012 +0100 2.2 +++ b/wireshark/receipt Tue Feb 21 17:05:50 2012 -0800 2.3 @@ -10,8 +10,9 @@ 2.4 WGET_URL="http://media-2.cacetech.com/wireshark/src/$TARBALL" 2.5 TAGS="network analyzer" 2.6 2.7 -DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr libgcrypt portaudio libpcap libkrb5" 2.8 -BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev 2.9 +DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ 2.10 +libgcrypt portaudio libpcap libkrb5" 2.11 +BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \ 2.12 libgcrypt-dev flex libtasn1-dev bison perl" 2.13 2.14 # Rules to configure and make the package. 2.15 @@ -31,10 +32,17 @@ 2.16 # Rules to gen a SliTaz package suitable for Tazpkg. 2.17 genpkg_rules() 2.18 { 2.19 - mkdir -p $fs/usr/lib $fs/usr/share 2.20 + mkdir -p $fs/usr/lib \ 2.21 + $fs/usr/share \ 2.22 + $fs/usr/share/applications \ 2.23 + $fs/usr/share/pixmaps 2.24 + 2.25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.26 cp -a $_pkg/usr/lib/wireshark $fs/usr/lib 2.27 rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la 2.28 cp -a $_pkg/usr/bin $fs/usr 2.29 cp -a $_pkg/usr/share/wireshark $fs/usr/share 2.30 + 2.31 + cp -a $stuff/wireshark.desktop $fs/usr/share/applications 2.32 + cp -a $stuff/wireshark.png $fs/usr/share/pixmaps 2.33 }
3.1 --- a/wireshark/stuff/wireshark.desktop Wed Feb 22 02:06:21 2012 +0100 3.2 +++ b/wireshark/stuff/wireshark.desktop Tue Feb 21 17:05:50 2012 -0800 3.3 @@ -3,6 +3,6 @@ 3.4 Name=Wireshark Analyzer 3.5 Name[fr]=Analiseur Wireshark 3.6 Exec=wireshark 3.7 -Icon=wireshark.png 3.8 +Icon=wireshark 3.9 Type=Application 3.10 Categories=Network;