summaryrefslogtreecommitdiff
blob: 5bf75a8422f18492e46058f0bc418affd92f13e6 (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
28
29
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.1 2010/12/07 13:24:20 jlec Exp $

EAPI="3"

inherit autotools

DESCRIPTION="Readline extension to TCL"
HOMEPAGE="http://tclreadline.sf.net/"
SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz"

LICENSE="BSD"
IUSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"

DEPEND="
	>=dev-lang/tcl-8.3
	sys-libs/readline"
RDEPEND="${DEPEND}"

src_prepare() {
	eautoreconf
}

src_install () {
	emake DESTDIR=${D} install
}