# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild,v 1.1 2004/05/31 15:31:09 foser Exp $ inherit font DESCRIPTION="Kochi Japanese TrueType fonts with Wadalab Fonts" HOMEPAGE="http://efont.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/efont/5411/${P}.tar.bz2" LICENSE="free-noncomm" # naga10 has free-noncomm license SLOT="0" KEYWORDS="~ia64 ~x86 ~alpha ~sparc ~ppc ~hppa ~amd64 ~mips" S=${WORKDIR}/${PN}-${PV:0:8} FONT_SUFFIX="ttf" #FONTPATH="/usr/share/fonts/${PN}" DOCS="README.ja COPYING ChangeLog docs/README" src_install() { font_src_install cd docs for d in kappa20 k14goth ayu20gothic wadalab shinonome* naga10; do docinto $d dodoc $d/* done }