From 76ffb781ed7a917f23b67454e9f950e5e3b83527 Mon Sep 17 00:00:00 2001 From: bicatali Date: Mon, 17 Mar 2008 16:21:32 +0000 Subject: moved overlay to new directory git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb --- sci-misc/omorfi/omorfi-0.1_alpha.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sci-misc/omorfi/omorfi-0.1_alpha.ebuild (limited to 'sci-misc/omorfi/omorfi-0.1_alpha.ebuild') diff --git a/sci-misc/omorfi/omorfi-0.1_alpha.ebuild b/sci-misc/omorfi/omorfi-0.1_alpha.ebuild new file mode 100644 index 000000000..8aea631da --- /dev/null +++ b/sci-misc/omorfi/omorfi-0.1_alpha.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_P="${PN}-${PV/_alpha/-alpha}" + +DESCRIPTION="Open morphology for Finnish language" +HOMEPAGE="http://gna.org/projects/omorfi" +SRC_URI="http://download.gna.org/omorfi/${MY_P}.tar.bz2" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=sci-misc/kotus-sanalista-1 + dev-java/saxon + sci-misc/sfst" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die "configure failed" + emake -j1 || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS ChangeLog README README.fi THANKS || die "docs missing" +} -- cgit v1.2.3-65-gdbad