libhtp: add support lib for suricata

include common inc file

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2015-01-01 09:34:38 -08:00
parent 98193c1eea
commit 2647b09a87
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,13 @@
SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces."
require suricata.inc
LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=1fbd81241fe252ec0f5658a521ab7dd8"
inherit autotools pkgconfig
CFLAGS += "-D_DEFAULT_SOURCE"
S = "${WORKDIR}/suricata-2.0.5/${BPN}"
RDEPENDS_${PN} += "zlib"
+7
View File
@@ -0,0 +1,7 @@
SECTION = "security Monitor/Admin"
LICENSE = "GPLv2"
SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-2.0.5.tar.gz"
SRC_URI[md5sum] = "2ff10b929bf7d5fd4d345b0fd8f268a1"
SRC_URI[sha256sum] = "57b1120e91bd4e348e1a4cee9eb7b197d05fc25169e062f1a11f5dd4b9322c60"