# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.6 2007/11/27 17:15:13 corsair Exp $ inherit eutils multilib DESCRIPTION="Hypen - Hyphenator" SRC_URI="mirror://sourceforge/hunspell/${P}${SUBREL}.tar.gz" HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" KEYWORDS="~x86" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README README.hyphen README.nonstandard THANKS TODO || die "installing docs failed" mv "${D}"/usr/bin/substrings.pl "${D}"/usr/bin/hypen-substrings.pl }