# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Lua bindings for POSIX APIs" HOMEPAGE="https://github.com/rrthomas/luaposix" SRC_URI="http://luaforge.net/frs/download.php/4813/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-lang/lua-5.1" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" src_install() { emake DESTDIR="${D}" PREFIX=/usr install dodoc README ChangeLog.old tree.lua test.lua }