Wireshark: bump version

This commit is contained in:
Sergei Reznikov
2015-11-22 14:50:39 +03:00
parent a19001a0bf
commit 938980fa9e

View File

@@ -11,8 +11,9 @@ files and write the packets from that capture file, possibly in a \
different capture file format, and with some packets possibly removed \
from the capture."
HOMEPAGE="http://www.wireshark.org"
SOURCE_URI="https://github.com/wireshark/wireshark/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="ec098e2ade9d28e306878c9bd655b614231659d6c0289b747a0f6cf2ad53b3cd"
SOURCE_URI="https://github.com/wireshark/wireshark/archive/wireshark-$portVersion.tar.gz"
SOURCE_DIR="wireshark-wireshark-$portVersion"
CHECKSUM_SHA256="5e01962638b7ecfce30d3970c909b9dcac4ef4299cdcd77a2bba0ebb85ef94e6"
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2015 Gerald Combs"
REVISION="1"
@@ -49,6 +50,8 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgcrypt$secondaryArchSuffix
devel:libgpg_error$secondaryArchSuffix
devel:libgl$secondaryArchSuffix
devel:libglib_2.0${secondaryArchSuffix}
devel:libqt5$secondaryArchSuffix
@@ -69,12 +72,12 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
libtoolize --force --copy --install
aclocal
autoheader
automake --add-missing
autoconf
libtoolize --force --copy --install
LIBS=-lnetwork runConfigure ./configure --without-gtk3 --with-pcap=no
make
}