summaryrefslogtreecommitdiff
path: root/app-dicts/stardict-en-cz/stardict-en-cz-20171201.ebuild
blob: 44e7dffc222a0d962b6c590afd4f6561bf6cd5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="GNU/FDL English-Czech dictionary for StarDict"
HOMEPAGE="http://slovnik.zcu.cz/"
SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-english-czech-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

S="${WORKDIR}/stardict-english-czech-${PV}"

src_install() {
	dodir /usr/share/stardict/dic
	cp "${S}"/czech-english.* "${D}"/usr/share/stardict/dic/
	cp "${S}"/english-czech.* "${D}"/usr/share/stardict/dic/
}