wok diff wireshark/receipt @ rev 6707
Added linux-module-headers. This is used to build 3rd party kernel modules. This is based on archlinux kernel26-headers PKGBUILD.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 23:49:38 2010 +0000 (2010-10-13) |
parents | b1a88d2dfa5f |
children | 85369140d63a |
line diff
1.1 --- a/wireshark/receipt Thu May 06 13:04:48 2010 +0000 1.2 +++ b/wireshark/receipt Wed Oct 13 23:49:38 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