mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
wireshark: update to 1.12.7.
This commit is contained in:
parent
64c3c2d0d5
commit
7e3c782c7d
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=1.12.6
|
version=1.12.7
|
||||||
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
|
||||||
|
@ -8,13 +8,13 @@ configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel libtool"
|
hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel libtool"
|
||||||
makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gnutls-devel
|
makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gnutls-devel
|
||||||
geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel"
|
geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel"
|
||||||
depends="libwireshark>=${version}_${revision} 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="http://www.wireshark.org"
|
homepage="http://www.wireshark.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=22ac0cc872f12cef9bb2cacfe0720eed8533dc5cea102d21de511620606cb3b6
|
checksum=c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
||||||
|
|
||||||
|
@ -77,7 +77,6 @@ libwireshark-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wireshark-gtk_package() {
|
wireshark-gtk_package() {
|
||||||
replaces="wireshark<1.12.2_1"
|
replaces="wireshark<1.12.2_1"
|
||||||
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
||||||
|
@ -89,7 +88,6 @@ wireshark-gtk_package() {
|
||||||
vmove usr/share/applications/wireshark.desktop
|
vmove usr/share/applications/wireshark.desktop
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wireshark-qt_package() {
|
wireshark-qt_package() {
|
||||||
replaces="wireshark<1.12.2_1"
|
replaces="wireshark<1.12.2_1"
|
||||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
||||||
|
|
Loading…
Add table
Reference in a new issue