From 93a9cde1226d0c82849bc71ff4d481d3d2698dc1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jun 2011 22:47:17 +0000 Subject: Mon Jun 6 22:47:16 UTC 2011 --- extra/wireshark/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'extra/wireshark') diff --git a/extra/wireshark/PKGBUILD b/extra/wireshark/PKGBUILD index 5181428a6..a617eb19e 100644 --- a/extra/wireshark/PKGBUILD +++ b/extra/wireshark/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 126090 2011-06-01 11:36:55Z guillaume $ +# $Id: PKGBUILD 126496 2011-06-05 16:47:00Z guillaume $ # Maintainer: Guillaume ALAUX # Contributor: Florian Pritz pkgname=(wireshark-cli wireshark-gtk) pkgbase=wireshark pkgver=1.4.7 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL2') -makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libpcap' 'bash' 'gnutls' 'libcap') +makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'lua') url="http://www.wireshark.org/" options=(!libtool) source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2) @@ -17,13 +17,17 @@ build() { cd "${srcdir}/${pkgbase}-${pkgver}" export CFLAGS="-fno-unit-at-a-time ${CFLAGS}" - ./configure --prefix=/usr --with-ssl --with-zlib=no + ./configure \ + --prefix=/usr \ + --with-ssl \ + --with-zlib=no \ + --with-lua make all } package_wireshark-cli() { pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI version" - depends=('krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'glib2') + depends=('krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'glib2' 'lua') install=wireshark.install conflicts=(wireshark) -- cgit v1.2.3-54-g00ecf