# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A tool for resizing BDF format fonts" HOMEPAGE="http://openlab.jp/efont/dist/tools/bdfresize/" SRC_URI="http://openlab.jp/efont/dist/tools/bdfresize/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { dobin bdfresize dodoc ChangeLog AUTHORS README }