summaryrefslogtreecommitdiff
path: root/app-dicts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-06-26 07:39:49 +0200
committerKarel Kočí <cynerd@email.cz>2017-06-26 07:39:49 +0200
commitb1539dcc35f096f1b7791ed1b93619f031d8c1b9 (patch)
tree5df7ca0d6f6374276c75a29086c84aaa1bcf4bfe /app-dicts
parent6136f18fff045e25e2664af24f6faa7e44bf2a0f (diff)
downloadgentoo-personal-overlay-b1539dcc35f096f1b7791ed1b93619f031d8c1b9.tar.gz
gentoo-personal-overlay-b1539dcc35f096f1b7791ed1b93619f031d8c1b9.tar.bz2
gentoo-personal-overlay-b1539dcc35f096f1b7791ed1b93619f031d8c1b9.zip
Fix previous commit
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/stardict-en-cz/stardict-en-cz-20170621.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20170621.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20170621.ebuild
new file mode 100644
index 0000000..03d829b
--- /dev/null
+++ b/app-dicts/stardict-en-cz/stardict-en-cz-20170621.ebuild
@@ -0,0 +1,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/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/
+}