# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.4.1.ebuild,v 1.1 2009/03/09 17:30:46 matsuu Exp $ DESCRIPTION="A library for changing configuration files" HOMEPAGE="http://augeas.net/" SRC_URI="http://augeas.net/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="sys-libs/readline" RDEPEND="${DEPEND} test? ( dev-lang/ruby )" src_install(){ emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog README NEWS }