wok rev 6370
Up: wireshark to 1.4.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 21 03:43:30 2010 +0000 (2010-09-21) |
parents | 4c54a5799c25 |
children | e3a30fd8f61d |
files | wireshark/receipt |
line diff
1.1 --- a/wireshark/receipt Tue Sep 21 02:58:07 2010 +0000 1.2 +++ b/wireshark/receipt Tue Sep 21 03:43:30 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wireshark" 1.7 -VERSION="1.2.8" 1.8 +VERSION="1.4.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ 1.13 -portaudio" 1.14 -BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap gtk+-dev \ 1.15 -libgcrypt-dev flex libtasn1-dev" 1.16 +portaudio libkrb5" 1.17 +BUILD_DEPENDS="gnutls gnutls-dev libgpg-error libgpg-error-dev libcap-dev libpcap gtk+-dev \ 1.18 +libgcrypt libgcrypt-dev flex libtasn1-dev bison perl" 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 WEB_SITE="http://www.wireshark.org/" 1.21 WGET_URL="http://media-2.cacetech.com/wireshark/src/$TARBALL" 1.22 @@ -24,7 +24,7 @@ 1.23 --enable-setuid-install \ 1.24 --disable-portaudio \ 1.25 $CONFIGURE_ARGS && 1.26 - make && 1.27 + make -j 4 && 1.28 make DESTDIR=$PWD/_pkg install 1.29 } 1.30