| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.20 2003/10/19 11:50:36 lanius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.21 2003/11/18 23:46:30 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # The aspell-dict eclass is designed to streamline the construction of |
7 | # The aspell-dict eclass is designed to streamline the construction of |
| 8 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
8 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
| … | |
… | |
| 22 | SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" |
22 | SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" |
| 23 | |
23 | |
| 24 | RDEPEND=">=app-text/aspell-0.50" |
24 | RDEPEND=">=app-text/aspell-0.50" |
| 25 | |
25 | |
| 26 | SLOT="0" |
26 | SLOT="0" |
| 27 | KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" |
27 | KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64 ia64" |
| 28 | PROVIDE="virtual/aspell-dict" |
28 | PROVIDE="virtual/aspell-dict" |
| 29 | |
29 | |
| 30 | |
30 | |
| 31 | aspell-dict_src_compile() { |
31 | aspell-dict_src_compile() { |
| 32 | ./configure || die |
32 | ./configure || die |