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' # Template file for 'wireshark'
pkgname=wireshark pkgname=wireshark
version=1.12.1 version=1.12.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" --with-ssl \ configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
--with-pcap \ --with-krb5 --without-portaudio CC_FOR_BUILD=cc"
--with-libcap \ hostmakedepends="pkg-config bison perl mit-krb5-devel libtool"
--with-zlib \
--with-lua \
--with-krb5 \
--without-portaudio \
CC_FOR_BUILD=cc"
hostmakedepends="pkg-config bison flex perl mit-krb5-devel libtool"
makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gtk+3-devel qt-devel" makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gtk+3-devel qt-devel"
depends="libcap-progs" depends="libcap-progs"
short_desc="A graphical network protocol analyzer for Unix/Linux" 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" 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=82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b checksum=30ae16b408a592642ce3a84dd9877d24df7a6dae8da4847486965190039df292
system_groups="wireshark" system_groups="wireshark"
pre_configure() { pre_configure() {
@ -28,7 +22,6 @@ pre_configure() {
-e "s/^LIBS = .*/\0 -ldl/" \ -e "s/^LIBS = .*/\0 -ldl/" \
`find -name Makefile.in` `find -name Makefile.in`
} }
post_install() { post_install() {
local _includeDir=usr/include/wireshark local _includeDir=usr/include/wireshark
# Icons # Icons
@ -64,7 +57,6 @@ libwireshark_package() {
vmove usr/lib/wireshark vmove usr/lib/wireshark
} }
} }
libwireshark-devel_package() { libwireshark-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="libwireshark>=${version}_${revision}" depends="libwireshark>=${version}_${revision}"