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 --- .../kotus-sanalista/kotus-sanalista-1-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sci-misc/kotus-sanalista/kotus-sanalista-1-r1.ebuild (limited to 'sci-misc/kotus-sanalista/kotus-sanalista-1-r1.ebuild') diff --git a/sci-misc/kotus-sanalista/kotus-sanalista-1-r1.ebuild b/sci-misc/kotus-sanalista/kotus-sanalista-1-r1.ebuild new file mode 100644 index 000000000..f593821ec --- /dev/null +++ b/sci-misc/kotus-sanalista/kotus-sanalista-1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_P=${PN}-v${PVR} + +DESCRIPTION="Finnish dictionary word list" +HOMEPAGE="http://home.gna.org/omorfi/" +SRC_URI="http://download.gna.org/omorfi/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-java/saxon" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS ChangeLog THANKS README README.fi NEWS || die "docs missing" +} -- cgit v1.2.3-18-g5258