# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="http://github.com/mgorny/pe-format2/" SRC_URI="http://github.com/downloads/mgorny/pe-format2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="!sys-apps/pe-format2" src_compile() { tc-export CC emake || die } src_install() { emake ginstall || die }