diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-15 20:56:13 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-15 20:56:13 +0000 |
commit | 9b6fa3ce1f7d80e64a653f7554014b17f140761d (patch) | |
tree | ac9af6bd306d854816cd9eb121bc60d6930eba69 /app-misc/glastree/glastree-1.02.ebuild | |
parent | added patch which should fix #10338 (diff) | |
download | historical-9b6fa3ce1f7d80e64a653f7554014b17f140761d.tar.gz historical-9b6fa3ce1f7d80e64a653f7554014b17f140761d.tar.bz2 historical-9b6fa3ce1f7d80e64a653f7554014b17f140761d.zip |
added 1.02 to portage
Diffstat (limited to 'app-misc/glastree/glastree-1.02.ebuild')
-rw-r--r-- | app-misc/glastree/glastree-1.02.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/glastree/glastree-1.02.ebuild b/app-misc/glastree/glastree-1.02.ebuild new file mode 100644 index 000000000000..a566cf5c1ff5 --- /dev/null +++ b/app-misc/glastree/glastree-1.02.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.02.ebuild,v 1.1 2002/12/15 20:56:13 sethbc Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" +HOMEPAGE="http://www.igmus.org/code/" +SRC_URI="http://www.igmus.org/files/${P}.tar.gz" +DEPEND="sys-devel/perl dev-perl/Date-Calc" +SLOT="0" +KEYWORDS="x86" +LICENSE="public-domain" + +src_install() { + dodir /usr/share/man/man1 + make INSTROOT=${D}/usr INSTMAN=share/man install || die + dodoc README CHANGES THANKS TODO +} |