wireshark: update to 3.2.5.

This commit is contained in:
Piraty 2020-07-10 12:34:02 +02:00
parent fc0132f0d5
commit c53fd32339

View file

@ -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 <gottox@voidlinux.org>"
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"