* [PATCH] dhex: Add new recipe
@ 2019-09-18 11:12 Daniel Ammann
2019-09-18 11:51 ` Ross Burton
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ammann @ 2019-09-18 11:12 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-18 11:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-18 11:12 [PATCH] dhex: Add new recipe Daniel Ammann
2019-09-18 11:51 ` Ross Burton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.