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

EAPI="2"
inherit eutils

DESCRIPTION="ANother Tool for Language Recognition"
HOMEPAGE="http://www.antlr.org"
SRC_URI="${HOMEPAGE}/download/C/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}