diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-01-30 19:03:57 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-01-30 19:03:57 +0000 |
commit | 2ff14021f4bdb7541dd35cc0c48ec4a68796b474 (patch) | |
tree | fe01a5d964b03a272737cce8facb750145cccb35 /app-text/tree | |
parent | full digest recalculation with correct filesizes (diff) | |
download | historical-2ff14021f4bdb7541dd35cc0c48ec4a68796b474.tar.gz historical-2ff14021f4bdb7541dd35cc0c48ec4a68796b474.tar.bz2 historical-2ff14021f4bdb7541dd35cc0c48ec4a68796b474.zip |
initial ebuild
Diffstat (limited to 'app-text/tree')
-rw-r--r-- | app-text/tree/files/digest-tree-1.3 | 1 | ||||
-rw-r--r-- | app-text/tree/tree-1.3.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-text/tree/files/digest-tree-1.3 b/app-text/tree/files/digest-tree-1.3 new file mode 100644 index 000000000000..324e47d117c8 --- /dev/null +++ b/app-text/tree/files/digest-tree-1.3 @@ -0,0 +1 @@ +MD5 cd595dc2eb53760ce32d978fd52fe93c tree-1.3.tgz 25674 diff --git a/app-text/tree/tree-1.3.ebuild b/app-text/tree/tree-1.3.ebuild new file mode 100644 index 000000000000..e938536a36a1 --- /dev/null +++ b/app-text/tree/tree-1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author First Last <flast@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/tree/tree-1.3.ebuild,v 1.1 2002/01/30 19:03:57 verwilst Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Lists directories recursively, and produces an indented listing of files." + +SRC_URI="ftp://mama.indstate.edu/linux/tree/tree-1.3.tgz" +HOMEPAGE="http://mama.indstate.edu/users/ice/tree/" + +DEPEND="virtual/glibc" + +src_compile() { + + emake || die +} + +src_install () { + + make BINDIR=${D}/usr/bin MANDIR=${D}/usr/man/man1 install || die + +} + + + |