From: "Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)" <mmovchan@cisco.com>
To: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0
Date: Wed, 17 Jan 2018 16:30:44 +0000 [thread overview]
Message-ID: <1516206797987.39279@cisco.com> (raw)
Signed-off-by: Mariia Movchan <mmovchan@cisco.com>
---
.../recipes-support/ipcalc/ipcalc_0.2.0.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
new file mode 100644
index 0000000..bb283c8
--- /dev/null
+++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
+HOMEPAGE = "https://github.com/nmav/ipcalc"
+
+SECTION = "net"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+SRC_URI = "https://github.com/nmav/ipcalc/archive/${PV}.tar.gz;downloadfilename=ipcalc-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "edbfc4cb64632e0c4f87cf81c7d8302d"
+SRC_URI[sha256sum] = "c965c1296172a6acc50d54dfe81f7e5d589f9762b5d9ae459eee00349675336b"
+
+export USE_GEOIP = "no"
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -m 0755 ${S}/ipcalc ${D}/${bindir}
+}
--
2.10.3.dirty
next reply other threads:[~2018-01-17 16:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 16:30 Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco) [this message]
2018-01-22 16:06 ` [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0 akuster808
2018-01-23 16:01 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1516206797987.39279@cisco.com \
--to=mmovchan@cisco.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox