diff options
author | 2004-05-15 17:27:26 +0000 | |
---|---|---|
committer | 2004-05-15 17:27:26 +0000 | |
commit | bb99af903696d0bcfc6378d457cafa44adca51c9 (patch) | |
tree | 2564300373ab2f398f7d0aa862bbed8a6df2753b /media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild | |
parent | fix dep order (Manifest recommit) (diff) | |
download | gentoo-2-bb99af903696d0bcfc6378d457cafa44adca51c9.tar.gz gentoo-2-bb99af903696d0bcfc6378d457cafa44adca51c9.tar.bz2 gentoo-2-bb99af903696d0bcfc6378d457cafa44adca51c9.zip |
Changed font path to /usr/share/fonts. Updated SRC_URI.
Diffstat (limited to 'media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild')
-rw-r--r-- | media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild new file mode 100644 index 000000000000..757debb20cbd --- /dev/null +++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild,v 1.1 2004/05/15 17:27:26 usata Exp $ + +KCFONTS="${P}.tgz" + +DESCRIPTION="Kuo Chauo Chinese Fonts collection in BIG5 encoding" +SRC_URI="ftp://ftp.freebsd.org.tw/pub/releases/i386/4.9-RELEASE/packages/x11-fonts/${P}.tgz" +HOMEPAGE="" #No homepage exists that I am aware of or able to find + +LICENSE="freedist" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +DEPEND="virtual/x11" +S=${WORKDIR} +FONTPATH=/usr/share/fonts/${PN} + +src_install() { + insinto ${FONTPATH} + doins lib/X11/fonts/local/*gz || die + sort lib/X11/fonts/local/kc_fonts.alias | uniq > ${T}/fonts.alias + doins ${T}/fonts.alias || die + mkfontdir ${D}/${FONTPATH} +} |