mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/wireshark: Updated for version 0.99.6
This commit is contained in:
parent
288ea1ae22
commit
d2cdf6e8c7
3 changed files with 17 additions and 6 deletions
|
@ -1,3 +1,11 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
wireshark: WireShark (formerly knows as Ethereal)
|
||||
wireshark:
|
||||
wireshark: Same developers, same code, different name. The Ethereal network
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=0.99.5
|
||||
VERSION=0.99.6
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -36,6 +36,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--with-ssl=/usr/lib \
|
||||
--enable-threads \
|
||||
|| exit 1
|
||||
|
||||
make || exit 1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="0.99.5"
|
||||
VERSION="0.99.6"
|
||||
HOMEPAGE="http://www.wireshark.org/"
|
||||
DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.5.tar.gz"
|
||||
MD5SUM="d034fc3936d16cfc3becac2daec9f591"
|
||||
DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.6.tar.gz"
|
||||
MD5SUM="d9c723032c424b3a210a0426167e9732"
|
||||
MAINTAINER="Jick Nan"
|
||||
EMAIL="jick.nan@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="BP{k}"
|
||||
|
|
Loading…
Reference in a new issue