# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" inherit subversion DESCRIPTION="ncurses-based text editor for Unix systems" HOMEPAGE="http://dit-editor.sourceforge.net/" ESVN_REPO_URI="https://dit-editor.svn.sourceforge.net/svnroot/dit-editor/trunk" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" KEYWORDS="" IUSE="" DEPEND="dev-lang/lua" RDEPEND="${DEPEND}" src_prepare() { ./autogen.sh || die } src_install() { emake DESTDIR="${D}" install || die }