summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-24 03:02:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-24 03:02:49 +0000
commitb899ff4309cd2c5332b95db03b0e978edaaaa6e7 (patch)
treee1bfb3b7412b9b9c5b65d6578b100c7655610fc7 /app-text
parentnew arab dictionary spell checker (diff)
downloadhistorical-b899ff4309cd2c5332b95db03b0e978edaaaa6e7.tar.gz
historical-b899ff4309cd2c5332b95db03b0e978edaaaa6e7.tar.bz2
historical-b899ff4309cd2c5332b95db03b0e978edaaaa6e7.zip
new arab dictionary spell checker
Diffstat (limited to 'app-text')
-rw-r--r--app-text/duali/Manifest3
-rw-r--r--app-text/duali/duali-0.1.1.ebuild34
-rw-r--r--app-text/duali/files/digest-duali-0.1.11
3 files changed, 37 insertions, 1 deletions
diff --git a/app-text/duali/Manifest b/app-text/duali/Manifest
index ae6c2eb7abc4..35d4c5ab959a 100644
--- a/app-text/duali/Manifest
+++ b/app-text/duali/Manifest
@@ -1,2 +1,3 @@
-MD5 4028dcd33200b2100c71af25c219855e duali-0.1.1.ebuild 549
+MD5 3bcb5ebe05aad545affab98c0a591d23 duali-0.1.1.ebuild 857
+MD5 08e45d56e613a101b3ebfc5052204e8b ChangeLog 494
MD5 cf3c683dc702555038d3060e3d8a9c57 files/digest-duali-0.1.1 62
diff --git a/app-text/duali/duali-0.1.1.ebuild b/app-text/duali/duali-0.1.1.ebuild
new file mode 100644
index 000000000000..39746913e45a
--- /dev/null
+++ b/app-text/duali/duali-0.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/duali/duali-0.1.1.ebuild,v 1.1 2003/09/24 03:02:47 seemant Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Arabic dictionary based on the DICT protocol"
+HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
+SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="dev-lang/python"
+PDEPEND="app-dicts/duali-data"
+
+src_compile() {
+ einfo "just scripts, nothing to compile"
+}
+
+src_install() {
+ into /usr
+ dobin duali dict2db trans2arabic
+ insinto /etc
+ doins duali.conf
+ doman doc/man/*
+
+ insinto /usr/lib/python2.2/site-packages/pyduali
+ doins pyduali/*.py
+
+ dodoc README CHANGELOG INSTALL MANIFEST
+}
diff --git a/app-text/duali/files/digest-duali-0.1.1 b/app-text/duali/files/digest-duali-0.1.1
new file mode 100644
index 000000000000..f3b2d4107515
--- /dev/null
+++ b/app-text/duali/files/digest-duali-0.1.1
@@ -0,0 +1 @@
+MD5 1a8ec456ea8246d60f0664fd308a4478 duali-0.1.1.tar.gz 11444