summaryrefslogtreecommitdiff
path: root/app-dicts/stardict-cz
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/stardict-cz')
-rw-r--r--app-dicts/stardict-cz/Manifest1
-rw-r--r--app-dicts/stardict-cz/stardict-cz-20140101.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/stardict-cz/Manifest b/app-dicts/stardict-cz/Manifest
new file mode 100644
index 0000000..0e1564a
--- /dev/null
+++ b/app-dicts/stardict-cz/Manifest
@@ -0,0 +1 @@
+DIST stardict-cz-20140101.tar.gz 681481 SHA256 6b6044475ed113020994774ba5dfa87c94dd361fac7921787c2bc78d0781329a SHA512 763a19eeb72d79ea93ba9252518915554db8bf042cf272622c4c73f6a8a510acd23e3788dd1a82c19369ec911123adf53926e1bf97edb2ae2b7a8f7c32fae213 WHIRLPOOL 81e99484afdd55e7f5af7d8a8a477dde059e625fa9c3e1934f78bae55af684c101f01abaee7e94f158333cb2c1e694e9f53ffd40c9a04f90180ea8ee49b97db8
diff --git a/app-dicts/stardict-cz/stardict-cz-20140101.ebuild b/app-dicts/stardict-cz/stardict-cz-20140101.ebuild
new file mode 100644
index 0000000..7730612
--- /dev/null
+++ b/app-dicts/stardict-cz/stardict-cz-20140101.ebuild
@@ -0,0 +1,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/
+}