From 8f2f466965f061ce6d6be4443497c0fe6e10a5bc Mon Sep 17 00:00:00 2001 From: azahi Date: Fri, 28 Dec 2018 01:22:40 +0300 Subject: Initial --- app-misc/bdfresize/bdfresize-1.5.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app-misc/bdfresize/bdfresize-1.5.ebuild (limited to 'app-misc/bdfresize/bdfresize-1.5.ebuild') diff --git a/app-misc/bdfresize/bdfresize-1.5.ebuild b/app-misc/bdfresize/bdfresize-1.5.ebuild new file mode 100644 index 0000000..38a6cc2 --- /dev/null +++ b/app-misc/bdfresize/bdfresize-1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs + +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="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +PATCHES=( ${FILESDIR}/${P}-gcc.patch ) + +src_compile() { + emake CC="$(tc-getCC)" +} -- cgit 1.4.1