wireshark: update to 1.12.2.

This commit is contained in:
Juan RP 2014-11-14 18:57:30 +01:00
parent 8385d3dc5d
commit d772d01009
1 changed files with 5 additions and 13 deletions

View File

@ -1,17 +1,11 @@
# Template file for 'wireshark'
pkgname=wireshark
version=1.12.1
version=1.12.2
revision=1
build_style=gnu-configure
configure_args=" --with-ssl \
--with-pcap \
--with-libcap \
--with-zlib \
--with-lua \
--with-krb5 \
--without-portaudio \
CC_FOR_BUILD=cc"
hostmakedepends="pkg-config bison flex perl mit-krb5-devel libtool"
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
--with-krb5 --without-portaudio CC_FOR_BUILD=cc"
hostmakedepends="pkg-config bison perl mit-krb5-devel libtool"
makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gtk+3-devel qt-devel"
depends="libcap-progs"
short_desc="A graphical network protocol analyzer for Unix/Linux"
@ -19,7 +13,7 @@ maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.wireshark.org"
license="GPL-2"
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
checksum=82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b
checksum=30ae16b408a592642ce3a84dd9877d24df7a6dae8da4847486965190039df292
system_groups="wireshark"
pre_configure() {
@ -28,7 +22,6 @@ pre_configure() {
-e "s/^LIBS = .*/\0 -ldl/" \
`find -name Makefile.in`
}
post_install() {
local _includeDir=usr/include/wireshark
# Icons
@ -64,7 +57,6 @@ libwireshark_package() {
vmove usr/lib/wireshark
}
}
libwireshark-devel_package() {
short_desc+=" - development files"
depends="libwireshark>=${version}_${revision}"