summaryrefslogtreecommitdiff
blob: d16cddd7466cc8e91a8100cb0e61f6c22a096afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/eleven/eleven-1.0.ebuild,v 1.2 2005/05/04 17:21:31 dholm Exp $

DESCRIPTION="A programming language for creating robust, scalable Web applications quickly and easily."
HOMEPAGE="http://eleven.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND="dev-util/guile"
DEPEND="${RDEPEND} sys-devel/bison"
src_install() {
	make prefix=${D}/usr sysconfdir=${D}/etc install || die
}