#Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software" HOMEPAGE="http://openlab.ring.gr.jp/skk/" LICENSE="GPL" SLOT="0" MY_PN="`echo ${PN} | gawk '{ print toupper($1) }'`" SRC_PATH="http://gentoojp.sourceforge.jp/distfiles/${PN}" SRC_URI="${SRC_PATH}/${MY_PN}.L.unannotated.${PV}.bz2 ${SRC_PATH}/${MY_PN}.M.${PV}.bz2 ${SRC_PATH}/${MY_PN}.S.${PV}.bz2" DEPEND="sys-apps/bzip2 sys-apps/gawk" RDEPEND=$DEPEND S=${WORKDIR} src_unpack() { unpack ${A} } src_compile () { echo "${MY_PN} don't need to be compiled! ;)" } src_install () { # install dictionaries insinto /usr/share/skk newins ${MY_PN}.L.unannotated.${PV} ${MY_PN}.L || die newins ${MY_PN}.M.${PV} ${MY_PN}.M || die newins ${MY_PN}.S.${PV} ${MY_PN}.S || die }