wireshark: add libcap/sbc support.
This commit is contained in:
parent
8181ca75fc
commit
d032ffd205
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=1.12.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
||||
hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel libtool"
|
||||
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"
|
||||
replaces="wireshark<1.12.2_1"
|
||||
short_desc="A network protocol analyzer"
|
||||
|
|
Loading…
Reference in New Issue