You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
739 B

# 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.3 2006/10/28 10:58:17 opfer 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="ppc x86"
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
}