# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" MY_PN="lib${PN}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Free Finnish spellchecking and hyphenation library" HOMEPAGE="http://sourceforge.net/projects/${PN}/" SRC_URI="http://ignum.dl.sourceforge.net/project/${PN}/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="sci-misc/malaga sci-misc/suomi-malaga virtual/libiconv" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MY_P} DOCS=( README ) src_configure() { econf --with-dictionary-path=${ROOT}/usr/lib/suomi-malaga/ }