aboutsummaryrefslogtreecommitdiff
blob: ab8c633090d8b2c0cc60819255488423135dcc77 (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
30
31
32
33
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P=${P/_alpha/alpha}

DESCRIPTION="Finite state toolkit compatible with Xerox tools"

HOMEPAGE="http://foma.sf.net/"

SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"

LICENSE="GPL-2"

SLOT="0"

KEYWORDS="~amd64"

IUSE=""

DEPEND=">=sys-devel/bison-2.3
	>sys-devel/flex-2.5.4
	sys-libs/readline
	dev-libs/boehm-gc"

RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_install() {
	dobin foma || die "installing binaries failed"
	dodoc README README.symbols || die "installing docs failed"
}