diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:33:44 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:33:44 +0000 |
commit | 4b3f025e4e284823d267513cbe2b1b14b2e0593e (patch) | |
tree | 8f6667bd65ed9944d2ca364652a245b0875f9df3 /app-misc/glastree/glastree-0.57.ebuild | |
parent | unmasked app-cdr/gtkcdlabel-0.6.8 (diff) | |
download | gentoo-2-4b3f025e4e284823d267513cbe2b1b14b2e0593e.tar.gz gentoo-2-4b3f025e4e284823d267513cbe2b1b14b2e0593e.tar.bz2 gentoo-2-4b3f025e4e284823d267513cbe2b1b14b2e0593e.zip |
initial ebuild contributed by T.Kvernes <terjekv@math.uio.no>
Diffstat (limited to 'app-misc/glastree/glastree-0.57.ebuild')
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild new file mode 100644 index 000000000000..351f7df2e664 --- /dev/null +++ b/app-misc/glastree/glastree-0.57.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.1 2002/08/04 01:33:44 blocke 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="GPL-2" + +src_install () { + dodir /usr/share/man/man1 + make INSTROOT=${D}/usr INSTMAN=share/man install || die + dodoc README CHANGES THANKS TODO +} |