wireshark: add libcap/sbc support.

This commit is contained in:
Juan RP 2015-02-23 18:28:57 +01:00
parent 8181ca75fc
commit d032ffd205

View file

@ -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"