/[gentoo-x86]/app-dicts/ispell-cs/ispell-cs-20040229.ebuild
Gentoo

Contents of /app-dicts/ispell-cs/ispell-cs-20040229.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Sat Apr 7 06:55:14 2012 UTC (13 months, 2 weeks ago) by scarabeus
Branch: MAIN
Changes since 1.5: +3 -3 lines
Stable on amd64.

(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13