[Lunar-commits] <moonbase-other> tree: readd it to the moonbase.
Florin Braescu
florin at lunar-linux.org
Wed Jul 18 03:34:58 CEST 2012
commit 1e7d78bf9f9c84cebaa1ae11c43a630f71bdb6be
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 17 Jul 2012 18:34:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1e7d78bf9f9c84cebaa1ae11c43a630f71bdb6be
tree: readd it to the moonbase.
---
utils/tree/BUILD +7/-0
utils/tree/DETAILS +15/-0
2 files changed, 22 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/utils/tree/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:prefix = /usr/local:prefix = /usr:" Makefile &&
+ sedit "s:/man/man1:/share/man/man1:" Makefile &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/utils/tree/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=tree
+ VERSION=1.6.0
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=ftp://mama.indstate.edu/linux/$MODULE
+ SOURCE_VFY=sha1:350f851f68859a011668362dd0e7ee81fd1b713a
+ WEB_SITE=http://mama.indstate.edu/users/ice/tree
+ ENTERED=20020906
+ UPDATED=20110702
+ SHORT="Recursive directory listing"
+
+cat << EOF
+Tree is a recursive directory listing program that produces a depth
+indented listing of files, which is colorized ala dircolors if the
+LS_COLORS environment variable is set and output is to tty.
+EOF
More information about the Lunar-commits
mailing list