network/wireshark: Updated for version 0.99.6

This commit is contained in:
Jick Nan 2010-05-11 19:46:08 +02:00 committed by Michiel van Wessem
parent 288ea1ae22
commit d2cdf6e8c7
3 changed files with 17 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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}"