From d772d010095aca5cfc9736eff857fb5669ef995f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Nov 2014 18:57:30 +0100 Subject: [PATCH] wireshark: update to 1.12.2. --- srcpkgs/wireshark/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index c3b38597b65..bcb112c4e1a 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -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 " 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}"