diff options
-rw-r--r-- | recipes/suricata/libhtp_0.2.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/suricata/libhtp_0.2.3.bb b/recipes/suricata/libhtp_0.2.3.bb new file mode 100644 index 0000000000..9597198909 --- /dev/null +++ b/recipes/suricata/libhtp_0.2.3.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "The HTP Library is an HTTP normalizer and parser written by Ivan Ristic" +LICENSE = "GPLv2" + +SRC_URI = "http://www.openinfosecfoundation.org/download/libhtp-${PV}.tar.gz" +SRC_URI[md5sum] = "1ce445b99b01eb6cc84828f0f2adf9c7" +SRC_URI[sha256sum] = "a4f3a4130bcf7bcf590d93d46492f59dc211c49e8486c727cdc3b35aafa78358" + +inherit autotools pkgconfig |