diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 17:49:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 17:49:03 +0000 |
commit | 9ce38eae8f99a469bfb2a5ca121790b3738ef473 (patch) | |
tree | 8bb3083daca159e73908e87afb982d3180031684 /app-dicts/ispell-hu/ispell-hu-0.93.ebuild | |
parent | adding avenj's fixes to an ebuild that isn't masked on all archs ^_^ (Manifes... (diff) | |
download | gentoo-2-9ce38eae8f99a469bfb2a5ca121790b3738ef473.tar.gz gentoo-2-9ce38eae8f99a469bfb2a5ca121790b3738ef473.tar.bz2 gentoo-2-9ce38eae8f99a469bfb2a5ca121790b3738ef473.zip |
initial release (#39465)
Diffstat (limited to 'app-dicts/ispell-hu/ispell-hu-0.93.ebuild')
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.93.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild new file mode 100644 index 000000000000..dab0bef2763c --- /dev/null +++ b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.1 2004/04/04 17:49:03 liquidx Exp $ + +S="${WORKDIR}/magyarispell-${PV}" +DESCRIPTION="Hungarian dictionary for Ispell" +SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" +HOMEPAGE="http://www.szofi.hu/gnu/magyarispell" + +SLOT="0" +LICENSE="GPL-2" +DEPEND="app-text/ispell" +KEYWORDS="~x86" + +src_compile() { + emake all || die +} + +src_install () { + dodir /usr/lib/ispell + dodir /usr/bin + make DESTDIR=${D} install || die + + dodoc ChangeLog COPYING README GYIK +} |