From 5658282932aa8f45a4dfe8fff43f39ef34f73b86 Mon Sep 17 00:00:00 2001 From: Jae Yang Kwak Date: Tue, 28 May 2002 00:58:38 +0000 Subject: It is Baekmuk Korean font --- x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 x11-misc/baekmuk/baekmuk-fonts-2.0-r1.ebuild 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 +# /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..." + +} -- cgit v1.2.3-65-gdbad