From 9b6fa3ce1f7d80e64a653f7554014b17f140761d Mon Sep 17 00:00:00 2001 From: Seth Chandler Date: Sun, 15 Dec 2002 20:56:13 +0000 Subject: added 1.02 to portage --- app-misc/glastree/glastree-1.02.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-misc/glastree/glastree-1.02.ebuild (limited to 'app-misc/glastree/glastree-1.02.ebuild') 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 +} -- cgit v1.2.3-65-gdbad