From 938980fa9ec90a6383e72644d674e1633e7ff1b2 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 22 Nov 2015 14:50:39 +0300 Subject: [PATCH] Wireshark: bump version --- ...eshark-2.0.0~rc3.recipe => wireshark-2.0.0.recipe} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename net-analyzer/wireshark/{wireshark-2.0.0~rc3.recipe => wireshark-2.0.0.recipe} (89%) diff --git a/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe b/net-analyzer/wireshark/wireshark-2.0.0.recipe similarity index 89% rename from net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe rename to net-analyzer/wireshark/wireshark-2.0.0.recipe index 1b0b61c01..303536901 100644 --- a/net-analyzer/wireshark/wireshark-2.0.0~rc3.recipe +++ b/net-analyzer/wireshark/wireshark-2.0.0.recipe @@ -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 }