summaryrefslogtreecommitdiff
blob: a2e118a35d5baf470aa04a3bc0309aba18780dbb (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1-r2.ebuild,v 1.4 2004/07/29 02:34:10 tgall Exp $

inherit font

IUSE="X"

DESCRIPTION="Arphic Fonts"
HOMEPAGE="http://www.arphic.com.tw/"
SRC_URI="ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz
	 ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/bkai00mp.ttf.gz
	 ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/bsmi00lp.ttf.gz
	 ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gbsn00lp.ttf.gz"

SLOT="0"
LICENSE="Arphic"
KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~mips ppc64"

S=${WORKDIR}
FONT_S="${S}"
FONT_SUFFIX="ttf"

DEPEND="${RDEPEND}
	x11-misc/ttmkfdir"
RDEPEND="X? ( virtual/x11 )"