stardict En/Ru dictionary set added

This commit is contained in:
Kolan Sh 2012-05-21 15:47:21 +04:00
parent 750dc1632a
commit d200dc11cd
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST stardict-enru-dictset-1.0.0.tar.bz2 214522779 RMD160 acd7e9a6f1c1069ce00372188f98f2fee5459381 SHA1 4879a699bb82c4b060916ab008a1f128e1c69df4 SHA256 7b6ede1d52e3f47b649a033fa545949503f0347f22e27898ddc6e8711f13c3e0
EBUILD stardict-enru-dictset-1.0.0.ebuild 469 RMD160 ff41d1099bfa81dd7d018ebf0a7a79f335e6d89b SHA1 f8a0c44f9ac122e9068fb81b0549d1e5dbb7ddcd SHA256 090e2fd8bc2031df67275c8c42a7a8aceaca741cec5b4f07114539cf83491398

View File

@ -0,0 +1,28 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils
SRC_URI="http://files.backbone.ws/projects/stardict-dicts/${P}.tar.bz2"
KEYWORDS="-* ~x86 ~amd64"
DESCRIPTION="Set of en/ru dictionaries for stardict"
HOMEPAGE="http://code.google.com/p/stardict-3"
SLOT="0"
LICENSE="GPL-3"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die
}