summaryrefslogtreecommitdiff
blob: 2962173a258feca7eadf494250775fa282e7bcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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
}