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

EAPI=6

DESCRIPTION="Czech dictionary of foreign words for stardict"
HOMEPAGE="http://slovnik-cizich-slov.abz.cz/"
SRC_URI="http://dl.cihar.com/slovnik/stardict-czech-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

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

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