# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-fonts/lfpfonts-fix/lfpfonts-fix-0.82-r1.ebuild,v 1.6 2004/07/14 17:06:24 agriffis Exp $ S=${WORKDIR}/${PN}-src DESCRIPTION="Linux Font Project fixed-width fonts" SRC_URI="http://dreamer.nitro.dk/linux/lfp/${PN}-src-${PV}.tar.bz2" HOMEPAGE="http://dreamer.nitro.dk/linux/lfp/" LICENSE="public-domain" KEYWORDS="x86 sparc ppc alpha amd64 ia64" IUSE="" SLOT="0" # hopefully anything satisfying virtual/x11 will also provide bdftopcf DEPEND="virtual/x11" src_compile() { cd src for a in *.bdf; do cat < ${a} | ( rm ${a}; sed '/^FONT /s/\(.*-\)C*-/\1C-/' > ${a} ) done ./compile || die "compile failed" } src_install() { dodoc doc/* cd lfp-fix insinto /usr/X11R6/lib/X11/fonts/lfp-fix insopts -m0644 doins * }