浏览代码

app-dicts/stardict-ruspack: added ebuild

Alexander Turenko 8 年之前
父节点
当前提交
3f0d22602b
共有 1 个文件被更改,包括 25 次插入0 次删除
  1. 25 0
      app-dicts/stardict-ruspack/stardict-ruspack-0.2-r3.ebuild

+ 25 - 0
app-dicts/stardict-ruspack/stardict-ruspack-0.2-r3.ebuild

@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="6"
+
+DESCRIPTION="Collection of dicts for stardict."
+HOMEPAGE="http://web.archive.org/web/20131111152446/http://gnome.msiu.ru/stardict.php"
+SRC_URI="http://tkn.me/gentoo/distfiles/stardict-ruspack-0.2.rar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!app-dicts/stardict-freedict-eng-rus"
+
+DEPEND="|| ( app-arch/unrar app-arch/rar )"
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/stardict/dic
+	doins *
+}