diff options
author | 2003-09-24 03:02:49 +0000 | |
---|---|---|
committer | 2003-09-24 03:02:49 +0000 | |
commit | 92067a82a58df831cf18c130511bf004d9a42615 (patch) | |
tree | 20ef9902296b81ae2adda4b1ea8ebc5869d59273 /app-text/duali/duali-0.1.1.ebuild | |
parent | new arab dictionary spell checker (diff) | |
download | gentoo-2-92067a82a58df831cf18c130511bf004d9a42615.tar.gz gentoo-2-92067a82a58df831cf18c130511bf004d9a42615.tar.bz2 gentoo-2-92067a82a58df831cf18c130511bf004d9a42615.zip |
new arab dictionary spell checker
Diffstat (limited to 'app-text/duali/duali-0.1.1.ebuild')
-rw-r--r-- | app-text/duali/duali-0.1.1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
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 +} |