diff options
Diffstat (limited to 'app-misc/bdfresize/bdfresize-1.5.ebuild')
-rw-r--r-- | app-misc/bdfresize/bdfresize-1.5.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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)" +} |