# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A deployment and management system for Lua modules" HOMEPAGE="http://www.luarocks.org" SRC_URI="http://luaforge.net/frs/download.php/3035/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack $A epatch "${FILESDIR}"/${P}-configure.patch } src_compile() { ./configure --prefix="${D}"/usr || die "configure" emake } src_install() { einstall || die "einstall" }