diff options
author | Jick Nan <jick.nan@gmail.com> | 2010-05-11 19:46:08 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:46:08 +0200 |
commit | d2cdf6e8c77a1505f1d044ba1c5d93fe9e3bc6e3 (patch) | |
tree | 0d444dc61ddb392c244dd33803deddd22e902679 /network/wireshark | |
parent | 288ea1ae22bf0eb35d125e468dccc3204fbb4a8b (diff) | |
download | slackbuilds-d2cdf6e8c77a1505f1d044ba1c5d93fe9e3bc6e3.tar.gz |
network/wireshark: Updated for version 0.99.6
Diffstat (limited to 'network/wireshark')
-rw-r--r-- | network/wireshark/slack-desc | 8 | ||||
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 7 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 8 |
3 files changed, 17 insertions, 6 deletions
diff --git a/network/wireshark/slack-desc b/network/wireshark/slack-desc index b0a1107e02..6650cb9335 100644 --- a/network/wireshark/slack-desc +++ b/network/wireshark/slack-desc @@ -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 diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 1b18d673cd..938c15d61f 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -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 diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index 9dcb766151..69d700f029 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -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}" |