26 lines
693 B
Bash
26 lines
693 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.9.9_p0.ebuild,v 1.9 2010/02/03 13:49:50 scarabeus Exp $
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="WenQuanYi Bitmap Song CJK font"
|
|
HOMEPAGE="http://wqy.sourceforge.net/en/"
|
|
SRC_URI="mirror://sourceforge/wqy/${PN}-pcf-${PV/_p/-}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
S=${WORKDIR}/${PN}
|
|
FONT_S=${S}
|
|
FONT_CONF=( "85-wqy-bitmapsong.conf" )
|
|
|
|
FONT_SUFFIX="pcf"
|
|
DOCS="AUTHORS ChangeLog README"
|
|
|
|
# Only installs fonts
|
|
RESTRICT="strip binchecks"
|