diff options
author | Jae Yang Kwak <jayskwak@gentoo.org> | 2002-05-28 00:58:38 +0000 |
---|---|---|
committer | Jae Yang Kwak <jayskwak@gentoo.org> | 2002-05-28 00:58:38 +0000 |
commit | 79c2ed374e9ebc1ec63db27f2fd6f95380bade9d (patch) | |
tree | 48ebf17c3f2f6a08edf0c83221006ab6217f0ee3 /x11-misc | |
parent | new version (diff) | |
download | gentoo-2-79c2ed374e9ebc1ec63db27f2fd6f95380bade9d.tar.gz gentoo-2-79c2ed374e9ebc1ec63db27f2fd6f95380bade9d.tar.bz2 gentoo-2-79c2ed374e9ebc1ec63db27f2fd6f95380bade9d.zip |
It is Baekmuk Korean font
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild b/x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild new file mode 100644 index 000000000000..ab75b5ba0730 --- /dev/null +++ b/x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Jays Kwak <jayskwak@gentoo.or.kr> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp + +S=${WORKDIR}/${P} +DESCRIPTION="Korean Baekmuk Font" +SRC_URI="ftp://ftp.nnongae.com/pub/gentoo/${P}.tar.gz" +HOMEPAGE="http://" +DEPEND="virtual/x11" + +src_unpack () { + unpack ${P}.tar.gz +} + +src_install () { + dodir /usr/X11R6/lib/X11/fonts/baekmuk + dodir /usr/X11R6/lib/X11/fonts/baekmuk-ttf + + mv ${S}/{*.pcf.gz,fonts.dir,fonts.alias} \ + ${D}/usr/X11R6/lib/X11/fonts/baekmuk/ + mv ${S}/ttf/* ${D}/usr/X11R6/lib/X11/fonts/baekmuk-ttf/ + + dodoc COPYRIGHT COPYRIGHT.ks hconfig.ps +} + +pkg_postinst() { + einfo "You HAVE TO add the path of Backmuk fonts in the /etc/X11/XF86Config" + + ewarn "****************************************************************" + ewarn "* Section \"Files\" *" + ewarn "* FontPath \"/usr/X11R6/lib/X11/fonts/baekmuk/\" *" + ewarn "****************************************************************" + + einfo "You should restart X server..." + +} |