summaryrefslogtreecommitdiff
path: root/app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-08-31 13:29:56 +0200
committerKarel Kočí <cynerd@email.cz>2017-08-31 13:29:56 +0200
commit8d0fa38e5028c275411db5766b847e51de729d53 (patch)
tree111aeba3c51583e565a6b3a49d5fa9ebf95d2092 /app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild
parent198b8c4ba25e400f30b6037aafe8335457ae6463 (diff)
downloadgentoo-personal-overlay-8d0fa38e5028c275411db5766b847e51de729d53.tar.gz
gentoo-personal-overlay-8d0fa38e5028c275411db5766b847e51de729d53.tar.bz2
gentoo-personal-overlay-8d0fa38e5028c275411db5766b847e51de729d53.zip
Add stardict-en-cz and update stardict-en-cz
Diffstat (limited to 'app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild')
-rw-r--r--app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild b/app-dicts/stardict-de-cz/stardict-de-cz-20170101.ebuild
new file mode 100644
index 0000000..902561e
--- /dev/null
+++ b/app-dicts/stardict-de-cz/stardict-de-cz-20170101.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-german-czech-${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+S="${WORKDIR}/stardict-gernam-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/
+}