[oe-commits] Connor Smith : tree: add new recipe

git at git.openembedded.org git at git.openembedded.org
Wed May 27 10:49:51 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 76673033a4ce527262662198932499a43aa2c524
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=76673033a4ce527262662198932499a43aa2c524

Author: Connor Smith <connor.smith at ni.com>
Date:   Tue May 26 16:00:49 2015 -0500

tree: add new recipe

Tree is a recursive directory listing command that is useful for viewing
directory contents in a tree-like format.

Signed-off-by: Connor Smith <connor.smith at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/tree/tree_1.7.0.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-support/tree/tree_1.7.0.bb b/meta-oe/recipes-support/tree/tree_1.7.0.bb
new file mode 100644
index 0000000..507b12a
--- /dev/null
+++ b/meta-oe/recipes-support/tree/tree_1.7.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "a recursive directory listing command"
+HOMEPAGE = "http://mama.indstate.edu/users/ice/tree/"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
+
+SRC_URI = "ftp://mama.indstate.edu/linux/${BPN}/${BP}.tgz"
+SRC_URI[md5sum] = "abe3e03e469c542d8e157cdd93f4d8a6"
+SRC_URI[sha256sum] = "6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12"
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 0755 ${S}/${BPN} ${D}${bindir}/${BPN}
+}



More information about the Openembedded-commits mailing list