mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/daq: upgrade to 2.0.1
This commit is contained in:
parent
fc46e228a6
commit
10b12f8eaa
@ -1,8 +1,8 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=daq
|
||||
pkgver=0.5
|
||||
pkgrel=1
|
||||
pkgver=2.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="Data Acquisition library - packet I/O library"
|
||||
url="http://www.snort.org/"
|
||||
arch="all"
|
||||
@ -35,6 +35,8 @@ build() {
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
# work around parallel build issue
|
||||
make -C sfbpf tokdefs.h
|
||||
make || return 1
|
||||
}
|
||||
|
||||
@ -45,4 +47,6 @@ package() {
|
||||
"$pkgdir"/usr/lib/daq/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="ea9d8147f39c44ce00dd2d7eb19ce0ea daq-0.5.tar.gz"
|
||||
md5sums="044aa3663d44580d005293eeb8ccf175 daq-2.0.1.tar.gz"
|
||||
sha256sums="ebba87c2ec76ac65d2980934423b0597909caead3a86ce5d1ba1ea6ce518ec6d daq-2.0.1.tar.gz"
|
||||
sha512sums="34a38efcfc3d715eb3b9532560883228a67a6bec194229a7db68a0301914dad6c2b346026119379230fcfbe2678d4d2525f10825df88692d9a13f22ec1748e34 daq-2.0.1.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user