You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/skkserv/skkserv-9.6-r3.ebuild

35 lines
704 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
MY_P="skk${PV}mu"
DESCRIPTION="Dictionary server for the SKK Japanese-input software"
HOMEPAGE="http://openlab.ring.gr.jp/skk/"
SRC_URI="http://openlab.ring.gr.jp/skk/maintrunk/museum/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND="app-i18n/skk-jisyo"
S="${WORKDIR}/skk-${PV}mu"
PATCHES=(
"${FILESDIR}"/${PN}-segfault.patch
"${FILESDIR}"/${PN}-headers.patch
"${FILESDIR}"/${PN}-suffix.patch
)
src_compile() {
emake -C ${PN}
}
src_install() {
dosbin ${PN}/${PN}
newinitd "${FILESDIR}"/${PN}.initd ${PN}
}