blob: 4bfc96505d8a24ae6e639b2295de075ac578d6f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/migemo-dict/migemo-dict-200309.ebuild,v 1.6 2004/05/04 13:02:18 gmsoft Exp $
IUSE=""
DESCRIPTION="Dictionary files for the Migemo and C/Migemo"
HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86 alpha sparc ~ppc ia64 hppa"
SLOT="0"
S="${WORKDIR}/${P}"
DEPEND=""
src_install() {
insinto /usr/share/migemo
doins migemo-dict
}
|