# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Premake is a build script generator" HOMEPAGE="http://premake.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" S=${WORKDIR}/Premake-${PV} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PVR}/cs-buildoptions-${PVR}.diff } src_compile() { emake || die "emake failed" } src_install() { dobin premake }