summaryrefslogtreecommitdiff
blob: 37be7d029b8a3ab862b6b4d2720336a229e3e03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/skk-jisyo/skk-jisyo-200307.ebuild,v 1.2 2003/08/01 20:18:50 usata Exp $

IUSE=""

DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
SRC_PATH="http://www.tkd.ne.jp/~toru/skk"
SRC_URI="${SRC_PATH}/SKK-JISYO.L.unannotated.${PV}.gz
	${SRC_PATH}/SKK-JISYO.M.${PV}.gz
	${SRC_PATH}/SKK-JISYO.S.${PV}.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha"

DEPEND="sys-apps/gzip"
RDEPEND=""

S=${WORKDIR}

src_compile () {

	echo "${PN} doesn't need to be compiled! ;)"
}

src_install () {

	# install dictionaries
	insinto /usr/share/skk
	newins SKK-JISYO.L.unannotated.${PV} SKK-JISYO.L || die
	newins SKK-JISYO.M.${PV} SKK-JISYO.M || die
	newins SKK-JISYO.S.${PV} SKK-JISYO.S || die
}