[arch-commits] Commit in tcpdump/trunk (PKGBUILD)
Thomas Bächler
thomas at archlinux.org
Mon Dec 1 18:19:57 UTC 2008
Date: Monday, December 1, 2008 @ 13:19:57
Author: thomas
Revision: 20222
upgpkg: tcpdump 4.0.0-2
Modified:
tcpdump/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-12-01 18:13:05 UTC (rev 20221)
+++ PKGBUILD 2008-12-01 18:19:57 UTC (rev 20222)
@@ -4,18 +4,18 @@
pkgname=tcpdump
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for network monitoring and data acquisition"
arch=('i686' 'x86_64')
url="http://www.tcpdump.org"
license=('BSD')
-depends=('libpcap>=0.9.8' 'openssl')
+depends=('libpcap>=1.0.0' 'openssl')
source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
md5sums=('b22ca72890df2301d922c9f2d17867f9')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-ipv6
make || return 1
make DESTDIR=${pkgdir}/ install
More information about the arch-commits
mailing list