network/wireshark: Updated for version 0.99.6
This commit is contained in:
parent
288ea1ae22
commit
d2cdf6e8c7
|
@ -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 (formerly knows as Ethereal)
|
||||||
wireshark:
|
wireshark:
|
||||||
wireshark: Same developers, same code, different name. The Ethereal network
|
wireshark: Same developers, same code, different name. The Ethereal network
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
# Modified by the SlackBuilds.org project
|
# Modified by the SlackBuilds.org project
|
||||||
|
|
||||||
PRGNAM=wireshark
|
PRGNAM=wireshark
|
||||||
VERSION=0.99.5
|
VERSION=0.99.6
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
|
@ -36,6 +36,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--mandir=/usr/man \
|
||||||
|
--with-ssl=/usr/lib \
|
||||||
|
--enable-threads \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
make || exit 1
|
make || exit 1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="wireshark"
|
PRGNAM="wireshark"
|
||||||
VERSION="0.99.5"
|
VERSION="0.99.6"
|
||||||
HOMEPAGE="http://www.wireshark.org/"
|
HOMEPAGE="http://www.wireshark.org/"
|
||||||
DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.5.tar.gz"
|
DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.6.tar.gz"
|
||||||
MD5SUM="d034fc3936d16cfc3becac2daec9f591"
|
MD5SUM="d9c723032c424b3a210a0426167e9732"
|
||||||
MAINTAINER="Jick Nan"
|
MAINTAINER="Jick Nan"
|
||||||
EMAIL="jick.nan@gmail.com"
|
EMAIL="jick.nan@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="BP{k}"
|
||||||
|
|
Loading…
Reference in New Issue