mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/wireshark: Updated for version 2.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13d3fc4a07
commit
9a9ad15e51
3 changed files with 12 additions and 14 deletions
|
@ -30,3 +30,5 @@ Optional dependencies:
|
|||
- spandsp
|
||||
- snappy
|
||||
- lz4
|
||||
|
||||
NOTE: Wireshark 2.6 is the last release to support the legacy GTK-based UI.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for wireshark
|
||||
|
||||
# Copyright 2008-2014 Michiel van Wessem, Leicester, United Kingdom
|
||||
# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Originally written by Jick Nan (jick.nan@gmail.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -29,7 +29,7 @@
|
|||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-2.4.6}
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -104,20 +104,16 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/include/$PRGNAM/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
|
||||
install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h $PKG/usr/include/$PRGNAM
|
||||
install -m644 config.h ws_diag_control.h ws_symbol_export.h $PKG/usr/include/$PRGNAM
|
||||
for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem wiretap wsutil; do
|
||||
install -m644 $d/*.h $PKG/usr/include/$PRGNAM/$d
|
||||
done
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cp $PRGNAM.desktop $PKG/usr/share/applications
|
||||
mkdir -p $PKG/usr/share/icons/{hi,lo}color/{16x16,32x32,48x48}/apps
|
||||
for col in {lo,hi}; do
|
||||
for size in {16,32,48}; do
|
||||
cp image/${col}${size}-app-$PRGNAM.png \
|
||||
$PKG/usr/share/icons/${col}color/${size}x${size}/apps/$PRGNAM.png
|
||||
done
|
||||
done
|
||||
|
||||
# Remove any .la files
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS* COPYING ChangeLog INSTALL* NEWS README* doc/READM* \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="2.4.6"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.4.6.tar.xz"
|
||||
MD5SUM="8cfb73e286dd6427ca4405e6e802d13e"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.6.0.tar.xz"
|
||||
MD5SUM="d9f9e206977da14427bfd66b582601ae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 lua GeoIP"
|
||||
REQUIRES="qt5 lua"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue