diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-05-08 15:39:17 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-05-08 15:39:17 +0000 |
commit | f85e3546eb2012bc4673efdc3f6a77b2e658bb27 (patch) | |
tree | caa16800f599f5ded6a3073c625666c4bfa96100 /app-text/hspell/hspell-0.5.ebuild | |
parent | Bumped version and moved to stable. (diff) | |
download | gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.tar.gz gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.tar.bz2 gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.zip |
Bumped version and moved to stable.
Diffstat (limited to 'app-text/hspell/hspell-0.5.ebuild')
-rw-r--r-- | app-text/hspell/hspell-0.5.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/hspell/hspell-0.5.ebuild b/app-text/hspell/hspell-0.5.ebuild new file mode 100644 index 000000000000..5d34a63062d0 --- /dev/null +++ b/app-text/hspell/hspell-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.5.ebuild,v 1.1 2003/05/08 15:38:55 coredumb Exp $ + +DESCRIPTION="A Hebrew spell checker" +HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" +SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" +IUSE="" + +DEPEND=">=perl-5.6.1" + +src_compile() { + mv Makefile Makefile.orig + sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README TODO WHANTSNEW +} |