]> Pileus Git - ~andy/sunrise/blob - app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild
sci-libs/rsl: Update to RSL 1.43
[~andy/sunrise] / app-dicts / stardict-ruspack / stardict-ruspack-0.2-r1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Collection of dicts for stardict."
6 HOMEPAGE="http://gnome.msiu.ru/stardict.php"
7 SRC_URI="ftp://ftp.msiu.ru/education/FSF-Windows/stardict/dicts/stardict-dicts.exe"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 RDEPEND="app-text/stardict
15                 !app-dicts/stardict-freedict-eng-rus"
16
17 DEPEND="app-arch/unrar"
18
19 src_install() {
20         dodir /usr/share/stardict/dic
21         unrar e "${DISTDIR}/stardict-dicts.exe" "${D}/usr/share/stardict/dic/"
22 }