summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Veber <coronalvr@gentoo.org>2003-08-05 18:11:52 +0000
committerAlex Veber <coronalvr@gentoo.org>2003-08-05 18:11:52 +0000
commita439c362a4d81c166a54a5623b54f312f4470932 (patch)
tree521a6537ae2763eecd4dae48fdcf14870d2fb5c7 /app-text/hspell/hspell-0.6.ebuild
parentversion bump (diff)
downloadgentoo-2-a439c362a4d81c166a54a5623b54f312f4470932.tar.gz
gentoo-2-a439c362a4d81c166a54a5623b54f312f4470932.tar.bz2
gentoo-2-a439c362a4d81c166a54a5623b54f312f4470932.zip
version bump
Diffstat (limited to 'app-text/hspell/hspell-0.6.ebuild')
-rw-r--r--app-text/hspell/hspell-0.6.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/hspell/hspell-0.6.ebuild b/app-text/hspell/hspell-0.6.ebuild
new file mode 100644
index 000000000000..1f2bf95d2cb2
--- /dev/null
+++ b/app-text/hspell/hspell-0.6.ebuild
@@ -0,0 +1,27 @@
+# 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.6.ebuild,v 1.1 2003/08/05 18:11:34 coronalvr 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"
+IUSE=""
+
+DEPEND=">=perl-5.6.1"
+
+src_compile() {
+ mv Makefile Makefile.orig
+ sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile
+
+ #emake b0rks build :/
+ make || die
+}
+
+src_install() {
+ #einstall b0rks install :/
+ make DESTDIR=${D} install || die
+ dodoc README TODO WHANTSNEW
+}