diff options
author | 2005-02-06 11:55:43 +0000 | |
---|---|---|
committer | 2005-02-06 11:55:43 +0000 | |
commit | 23e0091f42233b204af8ae9983706799e7e8b204 (patch) | |
tree | 407e0f5c507b68e270dd2e88a8501646ad72ce3b /app-dicts/ispell-pt/ispell-pt-20041027.ebuild | |
parent | remove obsolete ebuilds (diff) | |
download | historical-23e0091f42233b204af8ae9983706799e7e8b204.tar.gz historical-23e0091f42233b204af8ae9983706799e7e8b204.tar.bz2 historical-23e0091f42233b204af8ae9983706799e7e8b204.zip |
new version
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-dicts/ispell-pt/ispell-pt-20041027.ebuild')
-rw-r--r-- | app-dicts/ispell-pt/ispell-pt-20041027.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/ispell-pt/ispell-pt-20041027.ebuild b/app-dicts/ispell-pt/ispell-pt-20041027.ebuild new file mode 100644 index 000000000000..9996b6fae7b2 --- /dev/null +++ b/app-dicts/ispell-pt/ispell-pt-20041027.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20041027.ebuild,v 1.1 2005/02/06 11:55:43 arj Exp $ + +S=${WORKDIR}"/portugues" +DESCRIPTION="A Portuguese dictionary for ispell" +SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt.${PV}.tar.gz" +HOMEPAGE="http://natura.di.uminho.pt" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" +KEYWORDS="ppc x86 sparc alpha mips hppa amd64" + +DEPEND="app-text/ispell" + + +src_compile() { + make || die +} + +src_install () { + insinto /usr/lib/ispell + doins portugues.aff portugues.hash + + dodoc README +} |