summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-26 20:55:03 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-26 20:55:03 +0000
commit541f14235634ec9414e89e8089beca533ffca899 (patch)
tree86d726368da8d5082e4e7b43278d3a356de0605c /app-text/aspell
parent*** empty log message *** (diff)
downloadgentoo-2-541f14235634ec9414e89e8089beca533ffca899.tar.gz
gentoo-2-541f14235634ec9414e89e8089beca533ffca899.tar.bz2
gentoo-2-541f14235634ec9414e89e8089beca533ffca899.zip
*** empty log message ***
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/aspell-0.32.6.ebuild33
-rw-r--r--app-text/aspell/files/digest-aspell-0.32.61
2 files changed, 34 insertions, 0 deletions
diff --git a/app-text/aspell/aspell-0.32.6.ebuild b/app-text/aspell/aspell-0.32.6.ebuild
new file mode 100644
index 000000000000..f0010791e3b9
--- /dev/null
+++ b/app-text/aspell/aspell-0.32.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.1 2000/11/26 20:54:17 achim Exp $
+
+
+A=${PN}-.32.6.tar.gz
+S=${WORKDIR}/${PN}-.32.6
+DESCRIPTION="A spell checker replacement for ispell"
+SRC_URI="http://download.sourceforge.net/aspell/${A}"
+HOMEPAGE="http://aspell.sourceforge.net"
+
+
+src_compile() {
+
+ cd ${S}
+ try ./configure --prefix=/usr --host=${CHOST}
+ try make
+
+}
+
+src_install () {
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ mv ${D}/usr/doc/aspell ${D}/usr/doc/${P}
+ mv ${D}/usr/doc/${P}/man-html ${D}/usr/doc/${P}/html
+ mv ${D}/usr/doc/${P}/man-text ${D}/usr/doc/${P}/aspell
+
+ dodoc README* TODO
+
+}
+
diff --git a/app-text/aspell/files/digest-aspell-0.32.6 b/app-text/aspell/files/digest-aspell-0.32.6
new file mode 100644
index 000000000000..432123adbbc1
--- /dev/null
+++ b/app-text/aspell/files/digest-aspell-0.32.6
@@ -0,0 +1 @@
+MD5 3ca26cb8f84691a9e48c8bcc003d76e0 aspell-.32.6.tar.gz