Remove old version libzip, luarocks, libsndfile and libtorrent recipes

This commit is contained in:
Scott McCreary
2016-12-31 17:52:18 -08:00
parent 4e6f4ef1b0
commit efe08d4651
4 changed files with 0 additions and 112 deletions

View File

@@ -1,22 +0,0 @@
DESCRIPTION="LuaRocks is a deployment and management system for Lua modules."
HOMEPAGE="http://luarocks.org"
SOURCE_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"