From: Daniel Ammann <daniel.ammann@bytesatwork.ch>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] dhex: Add new recipe
Date: Wed, 18 Sep 2019 13:12:25 +0200 [thread overview]
Message-ID: <20190918111225.29068-1-daniel.ammann@bytesatwork.ch> (raw)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
meta/recipes-support/dhex/dhex_0.69.bb | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 meta/recipes-support/dhex/dhex_0.69.bb
diff --git a/meta/recipes-support/dhex/dhex_0.69.bb b/meta/recipes-support/dhex/dhex_0.69.bb
new file mode 100644
index 0000000000..cfbb2caaf6
--- /dev/null
+++ b/meta/recipes-support/dhex/dhex_0.69.bb
@@ -0,0 +1,24 @@
+SUMMARY = "dhex is a hex editor that includes a diff mode"
+SECTION = "console/utils"
+
+DEPENDS = "ncurses"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://README.txt;beginline=229;endline=241;md5=6f252a421b65bcecf624382ba3c899da"
+
+SRC_URI = "http://www.dettus.net/dhex/dhex_0.69.tar.gz"
+SRC_URI[md5sum] = "64d557437fe110c19f23ed3e9bbcdd54"
+SRC_URI[sha256sum] = "52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b"
+
+S = "${WORKDIR}/dhex_${PV}"
+
+EXTRA_OEMAKE += "'CC=${CC}' 'LDFLAGS=${LDFLAGS}' 'CPPFLAGS=${CPPFLAGS}'"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ install -m 0755 -d ${D}${bindir}
+ install -m 0755 ${S}/dhex ${D}${bindir}/
+}
--
2.11.0
next reply other threads:[~2019-09-18 11:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-18 11:12 Daniel Ammann [this message]
2019-09-18 11:51 ` [PATCH] dhex: Add new recipe Ross Burton
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=20190918111225.29068-1-daniel.ammann@bytesatwork.ch \
--to=daniel.ammann@bytesatwork.ch \
--cc=openembedded-core@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