Overlay/app-misc/stardict-enru-dictset/stardict-enru-dictset-1.0.0...

27 lines
453 B
Bash
Raw Permalink Normal View History

2012-05-21 15:47:21 +04:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2022-08-05 09:05:30 +03:00
EAPI="7"
2012-05-21 15:47:21 +04:00
SRC_URI="http://files.backbone.ws/projects/stardict-dicts/${P}.tar.bz2"
2018-06-21 11:54:11 +03:00
KEYWORDS="-* x86 amd64"
2012-05-21 15:47:21 +04:00
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
}