diff options
Diffstat (limited to 'recipes-ids/suricata/libhtp_0.5.36.bb')
| -rw-r--r-- | recipes-ids/suricata/libhtp_0.5.36.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.36.bb b/recipes-ids/suricata/libhtp_0.5.36.bb new file mode 100644 index 0000000..8305f70 --- /dev/null +++ b/recipes-ids/suricata/libhtp_0.5.36.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces." | ||
| 2 | |||
| 3 | require suricata.inc | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | ||
| 6 | |||
| 7 | DEPENDS = "zlib" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
| 10 | |||
| 11 | CFLAGS += "-D_DEFAULT_SOURCE" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/suricata-${VER}/${BPN}" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += "zlib" | ||
