diff options
Diffstat (limited to 'recipes-security/openvas-cli/openvas-cli_1.2.0.bb')
-rw-r--r-- | recipes-security/openvas-cli/openvas-cli_1.2.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-security/openvas-cli/openvas-cli_1.2.0.bb b/recipes-security/openvas-cli/openvas-cli_1.2.0.bb new file mode 100644 index 0000000..d755578 --- /dev/null +++ b/recipes-security/openvas-cli/openvas-cli_1.2.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "The module OpenVAS-CLI collects command line tools to handle with the OpenVAS services via the respective protocols." | ||
2 | SECTION = "security" | ||
3 | LICENSE = "GPL-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
5 | |||
6 | DEPENDS = "gnutls openvas-libraries glib-2.0" | ||
7 | |||
8 | SRC_URI = "http://wald.intevation.org/frs/download.php/1323/${PN}-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "e712eb71f3a13cc1b70b50f696465f8e" | ||
11 | SRC_URI[sha256sum] = "d195ca01a44940d1e6fd2ad54ee4fc9b57a3d103235f0a1f05a8b35d97db6be8" | ||
12 | |||
13 | inherit cmake pkgconfig | ||