# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools flag-o-matic eutils DESCRIPTION="A lua-based build environment generation tool" HOMEPAGE="http://premake.sourceforge.net/" SRC_URI="http://prdownloads.sf.net/premake/premake-src-3.7.zip" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND} app-arch/unzip >=sys-devel/libtool-1.4" S="${WORKDIR}/Premake-3.7" src_compile() { emake || die "Died in action: make ..." } src_install() { exeinto /usr/bin doexe bin/premake }