blob: 84cb26b4332acd1a615acde7f08724ed6c278fb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 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.2 2005/01/01 12:41:22 eradicator 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}
|