]> git.bzium.org - embe/overlay.git/blob - app-dicts/aspell-pl/aspell-pl-6.0.20110409.0.ebuild
Aktualizacja ebuilda app-misc/choinka-9999
[embe/overlay.git] / app-dicts / aspell-pl / aspell-pl-6.0.20110409.0.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="3"
5
6 RESTRICT="mirror"
7
8 ASPELL_LANG="Polish"
9 ASPOSTFIX="6"
10
11 inherit versionator aspell-dict
12
13 LICENSE="|| ( GPL-2 LGPL-2.1 CCPL-ShareAlike-1.0 MPL-1.1 )"
14 KEYWORDS="amd64 x86 ~x64-macos"
15 IUSE=""
16
17 MY_P=$(version_format_string 'aspell${1}-pl-${1}.${2}_${3}-${4}')
18 SRC_URI="http://toy.bzium.org/~embe/dicts/sjp-${MY_P}.tar.bz2 http://sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2"
19 S="${WORKDIR}/${MY_P}"
20
21 HOMEPAGE="http://www.sjp.pl/slownik/ort/"
22
23 src_configure()
24 {
25         # Puste, aspell-dict.eclass potrzebuje tego dla EAPI >= 2
26         return 0
27 }