Преглед на файлове

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 *
+}