wok rev 18619

Up wireshark (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 14:15:15 2015 +0100 (2015-11-21)
parents 2e6da34596fe
children bf0962904d25
files busybox/receipt wireshark/receipt
line diff
     1.1 --- a/busybox/receipt	Thu Nov 19 19:15:23 2015 -0200
     1.2 +++ b/busybox/receipt	Sat Nov 21 14:15:15 2015 +0100
     1.3 @@ -125,7 +125,8 @@
     1.4  	cp -a $src/_install/* $fs
     1.5  	[ -e $fs/sbin/ip ] && ln -s busybox $fs/bin/ip
     1.6  	rm -f $fs/bin/bbconfig $fs/usr/bin/ar
     1.7 -	mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd
     1.8 +	mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd \
     1.9 +		 $fs/var/lib/misc
    1.10  
    1.11  	# Busybox config files.
    1.12  	for f in busybox.conf dnsd.conf udhcpd.conf inetd.conf httpd.conf \
     2.1 --- a/wireshark/receipt	Thu Nov 19 19:15:23 2015 -0200
     2.2 +++ b/wireshark/receipt	Sat Nov 21 14:15:15 2015 +0100
     2.3 @@ -1,20 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wireshark"
     2.7 -VERSION="1.10.11"
     2.8 +VERSION="2.0.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Wireshark is an award-winning network protocol analyzer."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="http://www.wireshark.org/"
    2.15 -WGET_URL="http://wiresharkdownloads.riverbed.com/wireshark/src/$TARBALL"
    2.16 +WGET_URL="https://1.eu.dl.wireshark.org/src/$TARBALL"
    2.17  TAGS="network analyzer"
    2.18  
    2.19  DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \
    2.20  libgcrypt portaudio libpcap libkrb5"
    2.21  BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \
    2.22 -libgcrypt-dev flex libtasn1-dev bison perl"
    2.23 +libgcrypt-dev flex libtasn1-dev bison perl wget"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27 @@ -23,6 +23,9 @@
    2.28  		--prefix=/usr \
    2.29  		--mandir=/usr/share/man \
    2.30  		--enable-setuid-install \
    2.31 +		--with-qt=no \
    2.32 +		--with-gtk2=yes \
    2.33 +		--with-gtk3=no \
    2.34  		$CONFIGURE_ARGS
    2.35  	sed -i 's/mozilla/browser/' config.h
    2.36  	make $MAKEFLAGS &&