From a31ac153b1d590b8a010d192afcd05a35eae3f37 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Jan 2012 21:02:09 +0100 Subject: [PATCH] New package: tree-1.6.0. --- srcpkgs/tree/template | 22 ++++++++++++++++++++++ srcpkgs/tree/tree.rshlibs | 1 + 2 files changed, 23 insertions(+) create mode 100644 srcpkgs/tree/template create mode 100644 srcpkgs/tree/tree.rshlibs diff --git a/srcpkgs/tree/template b/srcpkgs/tree/template new file mode 100644 index 0000000000..66f4df5b77 --- /dev/null +++ b/srcpkgs/tree/template @@ -0,0 +1,22 @@ +# Template file for 'tree' +pkgname=tree +version=1.6.0 +homepage="http://mama.indstate.edu/users/ice/tree" +distfiles="$homepage/src/tree-$version.tgz" +short_desc="Resursive directory listing program" +maintainer="Juan RP " +license="GPL-2" +checksum=4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591 +long_desc=" + Tree is a recursive directory listing command 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." + +do_build() { + make ${makejobs} +} + +do_install() { + make MANDIR=${DESTDIR}/usr/share/man/man1 \ + BINDIR=${DESTDIR}/usr/bin install +} diff --git a/srcpkgs/tree/tree.rshlibs b/srcpkgs/tree/tree.rshlibs new file mode 100644 index 0000000000..631aa1dda4 --- /dev/null +++ b/srcpkgs/tree/tree.rshlibs @@ -0,0 +1 @@ +libc.so.6