diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2006-05-24 05:47:48 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2006-05-24 05:47:48 +0000 |
commit | f9e535c0f3b9bfae66c30551ca1502156cfb3000 (patch) | |
tree | 392afee880cfb06e4126daaa0d68e440b67f9240 /app-misc/glastree/glastree-1.04.ebuild | |
parent | Set PATCH_VER in the ebuild to pull in the xmms patchset which includes a fix... (diff) | |
download | gentoo-2-f9e535c0f3b9bfae66c30551ca1502156cfb3000.tar.gz gentoo-2-f9e535c0f3b9bfae66c30551ca1502156cfb3000.tar.bz2 gentoo-2-f9e535c0f3b9bfae66c30551ca1502156cfb3000.zip |
#134070 and version bump
(Portage version: 2.1_rc2)
Diffstat (limited to 'app-misc/glastree/glastree-1.04.ebuild')
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild new file mode 100644 index 000000000000..1b7db9fdb38f --- /dev/null +++ b/app-misc/glastree/glastree-1.04.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.1 2006/05/24 05:47:48 truedfx Exp $ + +inherit eutils + +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="dev-lang/perl + dev-perl/Date-Calc" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +LICENSE="public-domain" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-posix-make.patch +} + +src_install() { + dodir /usr/share/man/man1 + make INSTROOT="${D}"/usr INSTMAN=share/man install || die + dodoc README CHANGES THANKS TODO +} |