From 5032760835ce3de16d7065aa498f3382c86df0fc Mon Sep 17 00:00:00 2001 From: Flammie Pirinen Date: Tue, 31 Jul 2012 02:55:47 +0300 Subject: Version bump. (Portage version: 2.1.10.65/git/Linux i686, unsigned Manifest commit) --- sci-misc/openfst/openfst-1.3.2.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sci-misc/openfst/openfst-1.3.2.ebuild (limited to 'sci-misc/openfst/openfst-1.3.2.ebuild') diff --git a/sci-misc/openfst/openfst-1.3.2.ebuild b/sci-misc/openfst/openfst-1.3.2.ebuild new file mode 100644 index 000000000..98cbaa76e --- /dev/null +++ b/sci-misc/openfst/openfst-1.3.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils flag-o-matic multilib + +DESCRIPTION="Finite State Transducer tools by Google et al." +HOMEPAGE="http://www.openfst.org" +SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" + +LICENSE="Apache-2.0" + +SLOT="0" + +KEYWORDS="~x86" + +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS NEWS README || die "docs missing" +} + +src_test() { + einfo "make test can take a few hours on moderately modern systems" + make test || die "check failed" +} -- cgit v1.2.3-65-gdbad