diff options
| -rw-r--r-- | recipes-ids/suricata/python3-suricata-update_1.3.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ids/suricata/python3-suricata-update_1.3.6.bb b/recipes-ids/suricata/python3-suricata-update_1.3.6.bb new file mode 100644 index 0000000..cdf2faa --- /dev/null +++ b/recipes-ids/suricata/python3-suricata-update_1.3.6.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "The tool for updating your Suricata rules" | ||
| 2 | HOMEPAGE = "http://suricata-ids.org/" | ||
| 3 | SECTION = "security Monitor/Admin" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | ||
| 7 | |||
| 8 | SRCREV = "f76a61bdee69961537585a1036c4294da28495a5" | ||
| 9 | SRC_URI = "git://github.com/OISF/suricata-update;protocol=https;branch=master" | ||
| 10 | |||
| 11 | inherit python3native python3targetconfig setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "python3-pyyaml python3-logging python3-compression python3-shell" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
