blob: ff411fb7e091b3825deb4d0eb8825774ba218f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-de/aspell-de-0.60_pre20030222.ebuild,v 1.1 2004/11/21 20:07:34 arj Exp $
ASPELL_LANG="German and Swiss-German"
ASPOSTFIX="6"
inherit aspell-dict
LICENSE="GPL-2"
# as this depends on aspell 0.6 we need to change the KEYWORDS
KEYWORDS="~x86"
FILENAME=aspell6-de-20030222-1
SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/de/${FILENAME}.tar.bz2"
S=${WORKDIR}/${FILENAME}
|