aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb')
-rw-r--r--meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
new file mode 100644
index 0000000000..055c6e1432
--- /dev/null
+++ b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
+HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc"
+
+SECTION = "net"
+
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master"
+SRCREV = "c341e55be386649c0a5347eefeae410753c4e753"
+
+S = "${WORKDIR}/git"
+
+inherit meson