diff options
author | 2005-02-09 13:54:16 +0000 | |
---|---|---|
committer | 2005-02-09 13:54:16 +0000 | |
commit | bcf4004f3a243617d091ac348b38a110098d2198 (patch) | |
tree | 97a6c0a90b14b67aec98864be6ba03177da2669a /app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild | |
parent | ~amd64 (diff) | |
download | gentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.tar.gz gentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.tar.bz2 gentoo-2-bcf4004f3a243617d091ac348b38a110098d2198.zip |
QA fixes, russian.dict installation
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild')
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild new file mode 100644 index 000000000000..25dd6fab33c9 --- /dev/null +++ b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild,v 1.1 2005/02/09 13:54:16 voxus Exp $ + +#MY_PV=$(echo ${PV} | sed 's/\.\([0-9]\)$/f\1/') +MY_PV=${PV%*.*}f${PV##*.} +S="${WORKDIR}" +DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell." +HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts" +SRC_URI="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${MY_PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86 ~sparc ~alpha ~mips ~hppa" + +DEPEND="app-text/ispell" + +src_compile() { + emake YO=1 || die +} + +src_install () { + insinto /usr/lib/ispell + doins russian.{hash,aff,dict} + + dodoc README README.koi LICENSE +} |