diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
commit | 53cd1e467c9f85c98215c7721403e7ef9e2c5624 (patch) | |
tree | 9da2a555a640aa8e26ff2726fe323a3cef6117c4 /app-dicts/ispell-lt | |
parent | Bugfix for 24984 (diff) | |
download | gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.gz gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.bz2 gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.zip |
cleanup
Diffstat (limited to 'app-dicts/ispell-lt')
-rw-r--r-- | app-dicts/ispell-lt/ispell-lt-0.5.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild index b2cf08f8eb66..0096b4f324f4 100644 --- a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild +++ b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.6 2003/03/08 01:07:44 vladimir Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.7 2003/08/06 06:47:50 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="Lithuanian dictionary for ispell." +DESCRIPTION="Lithuanian dictionary for ispell" HOMEPAGE="http://ieva.mif.vu.lt/~alga/lt/ispell/" SRC_URI="http://ieva.mif.vu.lt/~alga/lt/ispell/${P}.tar.gz" -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="ppc x86 sparc alpha mips hppa arm" DEPEND="app-text/ispell @@ -18,7 +17,7 @@ src_compile() { make || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins lietuviu.hash lietuviu.aff dodoc README COPYING THANKS ChangeLog |