mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-Lint recipes.
* libtool Minor cosmetics. Lint warning "patch not referenced" is true, but it nevertheless builds... Maybe those unused patches should be removed? * libzip Removed "." from SUMMARY. Minor cosmetics. * linaro_qemu Removed "." from SUMMARY. Minor cosmetics. * llvm Removed "." from SUMMARY. Minor cosmetics. Uncommented the ARCHITECTURES of llvm-3.0. Hope that's OK... * lm4tools Removed "." from SUMMARY. Minor cosmetics. * love Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * ltp Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * lua Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * luarocks Removed "." from SUMMARY. Minor cosmetics. * lyx Removed "." from SUMMARY. Minor cosmetics.
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
SUMMARY="a deployment and management system for Lua modules."
|
||||
DESCRIPTION="
|
||||
LuaRocks allows you to install modules as self-contained packages \
|
||||
called rocks, which also contain version dependency information.
|
||||
"
|
||||
SUMMARY="A deployment and management system for Lua modules"
|
||||
DESCRIPTION="LuaRocks allows you to install modules as self-contained \
|
||||
packages called rocks, which also contain version dependency information."
|
||||
HOMEPAGE="http://luarocks.org"
|
||||
SOURCE_URI="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
|
||||
SOURCE_DIR=$portVersionedName
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_URI="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c"
|
||||
COPYRIGHT="2007-2014 Kepler Project"
|
||||
SOURCE_DIR=$portVersionedName
|
||||
|
||||
PROVIDES="
|
||||
cmd:luarocks = $portVersion
|
||||
cmd:luarocks_admin = $portVersion
|
||||
@@ -20,11 +22,11 @@ REQUIRES="
|
||||
lib:liblua
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
lua_devel
|
||||
devel:liblua
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:lua
|
||||
cmd:luac
|
||||
cmd:gcc
|
||||
@@ -44,6 +46,3 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007-2014 Kepler Project"
|
||||
|
||||
Reference in New Issue
Block a user