]> Pileus Git - ~andy/sunrise/blob - dev-util/premake/premake-3.5.ebuild
dev-python/bottle: remanifest
[~andy/sunrise] / dev-util / premake / premake-3.5.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A makefile generation tool"
6 HOMEPAGE="http://premake.berlios.de/"
7 SRC_URI="mirror://sourceforge/premake/${PN}-src-${PV}.zip"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 DEPEND="app-arch/unzip"
15 RDEPEND=""
16
17 S=${WORKDIR}/${P/p/P}
18
19 src_install() {
20         dobin bin/premake
21 }