You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-dicts/ispell-de/ispell-de-20071211.ebuild

35 lines
814 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20071211.ebuild,v 1.8 2012/03/18 18:37:52 armin76 Exp $
inherit multilib
MY_P=igerman98-${PV}
DESCRIPTION="German and Swiss dictionaries for ispell"
HOMEPAGE="http://j3e.de/ispell/igerman98/"
SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
DEPEND="app-text/ispell"
S=${WORKDIR}/${MY_P}
src_compile() {
for lang in de_DE de_AT de_CH; do
make ispell/${lang}{.aff,.hash}
done
}
src_install () {
insinto /usr/$(get_libdir)/ispell
for lang in de_DE de_AT de_CH; do
doins ispell/${lang}{.aff,.hash} || die
done
dodoc Documentation/*
}