summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild')
-rw-r--r--app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild b/app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild
new file mode 100644
index 000000000..3f61fe5db
--- /dev/null
+++ b/app-dicts/stardict-ruspack/stardict-ruspack-0.2-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Collection of dicts for stardict."
+HOMEPAGE="http://gnome.msiu.ru/stardict.php"
+SRC_URI="ftp://ftp.msiu.ru/education/FSF-Windows/stardict/dicts/stardict-dicts.exe"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="app-dicts/stardict
+ !app-dicts/stardict-freedict-eng-rus"
+
+DEPEND="app-arch/unrar"
+
+src_install() {
+ dodir /usr/share/stardict/dic
+ unrar e "${DISTDIR}/stardict-dicts.exe" "${D}/usr/share/stardict/dic/"
+}