# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Terje Kvernes # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp S=${WORKDIR}/${P} DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks, written in perl" SRC_URI="http://www.igmus.org/files/${P}.tar.gz" HOMEPAGE="http://www.igmus.org/code/" DEPEND="dev-perl/Date-Calc" #RDEPEND="" src_install () { make INSTROOT=${D} install || die }