diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 136e160390..3e57865f0a 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=3.2.4 +version=3.2.5 revision=1 build_style=cmake hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel @@ -16,12 +16,17 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.wireshark.org" distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz" -checksum=d17d461e849e2d0b033431c45f71d8ee8ec3c8faa232a6ad63069a47927db8aa +checksum=bd89052a5766cce08b1090df49628567e48cdd24bbaa47667c851bac6aaac940 system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2" CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2" +pre_configure() { + # unittests fail + vsed -i CMakeLists.txt -e '/suite_unittests/d' +} + post_install() { rm -f -- "${DESTDIR}/usr/bin/lemon" rm -f -- "${DESTDIR}/usr/lib/wireshark/cmake/UseLemon.cmake"