# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A makefile generation tool" HOMEPAGE="http://premake.berlios.de/" SRC_URI="mirror://sourceforge/premake/${PN}-src-3.1rc2.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" S=${WORKDIR}/Premake-3.1rc2 src_install() { exeinto /usr/bin doexe bin/premake }