mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
26511bb42a
I am adding this recipe as snort3 depends on it. snort3 recipe will be provided in next commit. See more: https://github.com/snort3/libdaq Signed-off-by: Khawaja Shaheryar <behzadshaheryar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
659 B
BlitzBasic
19 lines
659 B
BlitzBasic
SUMMARY = "LibDAQ: The Data AcQuisition Library"
|
|
DESCRIPTION = "LibDAQ is a pluggable abstraction layer for interacting with a data source (traditionally a network interface or network data plane)."
|
|
HOMEPAGE = "http://www.snort.org"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=79258250506422d064560a7b95b2d53e"
|
|
|
|
DEPENDS = "libdnet libpcap"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \
|
|
file://0001-example-Use-lm-for-the-fst-module.patch"
|
|
SRCREV = "c757aaae5a70d5bbb3239c5a16bca217a5aca651"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES:${PN} += "${libdir}/daq/*.so"
|