| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.5 2008/11/02 19:26:22 welp Exp $
|
| 4 |
|
| 5 |
inherit multilib
|
| 6 |
|
| 7 |
MY_P=${PN/cs/czech}
|
| 8 |
DESCRIPTION="The Czech dictionary for ispell"
|
| 9 |
HOMEPAGE="ftp://ftp.tul.cz/pub/unix/ispell/"
|
| 10 |
SRC_URI="ftp://ftp.tul.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz"
|
| 11 |
|
| 12 |
SLOT="0"
|
| 13 |
LICENSE="GPL-2"
|
| 14 |
IUSE=""
|
| 15 |
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
|
| 16 |
|
| 17 |
DEPEND="dev-lang/perl
|
| 18 |
app-text/ispell"
|
| 19 |
|
| 20 |
S=${WORKDIR}/${MY_P}
|
| 21 |
|
| 22 |
src_compile() {
|
| 23 |
make all || die
|
| 24 |
}
|
| 25 |
|
| 26 |
src_install () {
|
| 27 |
insinto /usr/$(get_libdir)/ispell
|
| 28 |
doins czech.aff czech.hash || die
|
| 29 |
dodoc README
|
| 30 |
}
|