aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tree/tree_1.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tree/tree_1.5.2.bb')
-rw-r--r--recipes/tree/tree_1.5.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tree/tree_1.5.2.bb b/recipes/tree/tree_1.5.2.bb
new file mode 100644
index 0000000000..8bca919b22
--- /dev/null
+++ b/recipes/tree/tree_1.5.2.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "a recursive directory listing program"
+HOMEPAGE = "http://mama.indstate.edu/users/ice/tree/"
+SECTION = "console/utils"
+LICENSE = "GPL"
+
+SRC_URI = "ftp://mama.indstate.edu/linux/tree/tree-${PV}.tgz"
+
+do_install () {
+ install -d ${D}${bindir}
+ install -m 0755 ${S}/tree ${D}${bindir}/tree
+}