mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wireshark: add libcap/sbc support.
This commit is contained in:
parent
8181ca75fc
commit
d032ffd205
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=1.12.3
|
version=1.12.3
|
||||||
revision=2
|
revision=3
|
||||||
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
|
||||||
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
||||||
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"
|
geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel"
|
||||||
depends="libwireshark>=${version}_${revision} libcap-progs"
|
depends="libwireshark>=${version}_${revision} libcap-progs"
|
||||||
replaces="wireshark<1.12.2_1"
|
replaces="wireshark<1.12.2_1"
|
||||||
short_desc="A network protocol analyzer"
|
short_desc="A network protocol analyzer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue