# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Helsinki Finite State Transducer API and tools" HOMEPAGE="http://hfst.sourceforge.net/" SRC_URI="mirror://sourceforge/hfst/hfst-2.2.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README THANKS || die "docs missing" }