wok diff wireshark/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents 48a3c0a87ff7
children 0bf456387ed6
line diff
     1.1 --- a/wireshark/receipt	Sat Apr 28 18:48:15 2012 +0200
     1.2 +++ b/wireshark/receipt	Sat Oct 13 10:49:28 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wireshark"
     1.7 -VERSION="1.6.7"
     1.8 +VERSION="1.8.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Wireshark is an award-winning network protocol analyzer."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,8 +23,8 @@
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15  		--enable-setuid-install \
    1.16 -		--disable-portaudio \
    1.17 -		$CONFIGURE_ARGS &&
    1.18 +		$CONFIGURE_ARGS
    1.19 +	sed -i 's/mozilla/browser/' config.h
    1.20  	make $MAKEFLAGS &&
    1.21  	make install
    1.22  }