summaryrefslogtreecommitdiff
path: root/community/libdaq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libdaq/PKGBUILD')
-rw-r--r--community/libdaq/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD
index fb36ed4f0..49d03e949 100644
--- a/community/libdaq/PKGBUILD
+++ b/community/libdaq/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 99826 2013-10-31 01:56:41Z allan $
+# $Id: PKGBUILD 102862 2013-12-22 20:59:29Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libdaq
-pkgver=1.1.1
+pkgver=2.0.1
pkgrel=1
pkgdesc='Data Acquisition library for packet I/O.'
arch=('i686' 'x86_64')
@@ -10,15 +10,14 @@ url='http://www.snort.org/'
license=('GPL')
depends=('libpcap')
makedepends=('ca-certificates')
-source=("http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz"{,.sig})
-md5sums=('bc204ea09165b4ecbb1bb49c7c1a2ad4'
- '3ec4c252249b09adaf5c96e2626a1f74')
+source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
+md5sums=('044aa3663d44580d005293eeb8ccf175'
+ 'SKIP')
build() {
cd "${srcdir}/daq-${pkgver}"
-
./configure --prefix=/usr
- make
+ make -j1
}
package() {