# ispell-hu ebulid by zrubi # Distributed under the terms of the GNU General Public License v2 MY_P=magyarispell-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Hungarian dictionaries for ispell" SRC_URI="http://www.szofi.hu/gnu/magyarispell/${MY_P}.tar.gz" HOMEPAGE="http://www.szofi.hu/gnu/magyarispell/" SLOT="0" LICENSE="GPL-2" KEYWORDS="ppc x86 sparc alpha mips hppa arm" DEPEND="app-text/ispell" src_compile() { make ispell || die } src_install () { insinto /usr/lib/ispell doins tmp/magyar.aff newins tmp/magyar4ispell.hash magyar.hash dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash dodoc ChangeLog COPYING GYIK README OLVASSEL TODO }