| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 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/app-dicts/ispell-cs/Attic/ispell-cs-20040229.ebuild,v 1.5 2008/11/02 19:26:22 welp Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/Attic/ispell-cs-20040229.ebuild,v 1.6 2012/04/07 06:55:14 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | inherit multilib |
5 | inherit multilib |
| 6 | |
6 | |
| 7 | MY_P=${PN/cs/czech} |
7 | MY_P=${PN/cs/czech} |
| 8 | DESCRIPTION="The Czech dictionary for ispell" |
8 | DESCRIPTION="The Czech dictionary for ispell" |
| … | |
… | |
| 10 | SRC_URI="ftp://ftp.tul.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz" |
10 | SRC_URI="ftp://ftp.tul.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz" |
| 11 | |
11 | |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86" |
15 | KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" |
| 16 | |
16 | |
| 17 | DEPEND="dev-lang/perl |
17 | DEPEND="dev-lang/perl |
| 18 | app-text/ispell" |
18 | app-text/ispell" |
| 19 | |
19 | |
| 20 | S=${WORKDIR}/${MY_P} |
20 | S=${WORKDIR}/${MY_P} |