summaryrefslogtreecommitdiff
blob: fc8411a535aa3c428d122b3fad56016e66973de2 (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
36
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkserv/skkserv-9.6-r1.ebuild,v 1.2 2003/05/17 10:53:49 nakano Exp $

S="${WORKDIR}/skk-${PV}mu"
MY_P="skk${PV}mu"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
DESCRIPTION="Dictionary server for the SKK Japanese-input software"
SRC_URI="http://openlab.ring.gr.jp/skk/maintrunk/museum/${MY_P}.tar.gz"
HOMEPAGE="http://openlab.ring.gr.jp/skk/"
IUSE=""
DEPEND="virtual/glibc
        >=app-i18n/skk-jisyo-200210"

PROVIDE="virtual/skkserv"

src_compile() {
	./configure \
	       --host=${CHOST} \
	       --prefix=/usr \
		   --libexecdir=/usr/sbin || die "./configure failed"
	cd skkserv

	emake || die
}

src_install () {

	cd skkserv
	dosbin skkserv

	# install rc script and its config file
	exeinto /etc/init.d ; newexe ${FILESDIR}/${P}/skkserv.initd skkserv
}