mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
wireshark: update to 2.6.5.
This commit is contained in:
parent
1642771089
commit
8422269673
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=2.6.4
|
version=2.6.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
|
@ -12,10 +12,10 @@ makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="A network protocol analyzer"
|
short_desc="A network protocol analyzer"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="https://www.wireshark.org"
|
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://www.wireshark.org"
|
||||||
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a06b007e6343f148b8b93443b2fcfc9bb3204311cd268565d54d1b71660bc861
|
checksum=93155b798544b2f07693920f4ac1b531c952965ee4eb1d98419961240177438a
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||||
|
@ -25,6 +25,7 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
find -type f -name Makefile.in -exec sed -i "s/^LIBS = .*/\0 -ldl/" {} \;
|
find -type f -name Makefile.in -exec sed -i "s/^LIBS = .*/\0 -ldl/" {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local _includeDir=usr/include/wireshark
|
local _includeDir=usr/include/wireshark
|
||||||
|
|
||||||
|
@ -47,6 +48,7 @@ libwireshark_package() {
|
||||||
vmove usr/lib/wireshark
|
vmove usr/lib/wireshark
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libwireshark-devel_package() {
|
libwireshark-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libwireshark>=${version}_${revision}"
|
depends="libwireshark>=${version}_${revision}"
|
||||||
|
@ -56,6 +58,7 @@ libwireshark-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wireshark-gtk_package() {
|
wireshark-gtk_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc+=" - GTK+ frontend"
|
short_desc+=" - GTK+ frontend"
|
||||||
|
@ -65,6 +68,7 @@ wireshark-gtk_package() {
|
||||||
vmove usr/share/applications/wireshark-gtk.desktop
|
vmove usr/share/applications/wireshark-gtk.desktop
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wireshark-qt_package() {
|
wireshark-qt_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
||||||
short_desc+=" - Qt frontend"
|
short_desc+=" - Qt frontend"
|
||||||
|
|
Loading…
Add table
Reference in a new issue