From 6e1e234aede7b7322ea8e51be8379f129e14d9e1 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 30 Jul 2011 00:05:45 +0000 Subject: [PATCH] Initial bep file for luarocks, from a bep file by darkwyrm, still needs a fix to move files out of common/share. --- dev-lua/luarocks/luarocks-2.0.4.1.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-lua/luarocks/luarocks-2.0.4.1.bep diff --git a/dev-lua/luarocks/luarocks-2.0.4.1.bep b/dev-lua/luarocks/luarocks-2.0.4.1.bep new file mode 100644 index 000000000..35715858a --- /dev/null +++ b/dev-lua/luarocks/luarocks-2.0.4.1.bep @@ -0,0 +1,20 @@ +DESCRIPTION="LuaRocks is a deployment and management system for Lua modules." +HOMEPAGE="http://luarocks.org" +SRC_URI="http://luarocks.org/releases/luarocks-2.0.4.1.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="dev-lang/lua >= 5.1" +CHECKSUM_MD5="2c7caccce3cdf236e6f9aca7bec9bdea" +BUILD { + cd luarocks-2.0.4.1 + configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd luarocks-2.0.4.1 + make install DESTDIR=${DESTDIR} +} + +LICENSE="MIT" +COPYRIGHT="2007-2010 Kepler Project"