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 }