mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
SUMMARY="LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language."
|
||||
SUMMARY="A Just-In-Time Compiler (JIT) for the Lua programming language"
|
||||
DESCRIPTION="
|
||||
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
|
||||
|
||||
Lua is a powerful, dynamic and light-weight programming language. It may be \
|
||||
embedded or used as a general-purpose, stand-alone language.
|
||||
"
|
||||
HOMEPAGE="http://luajit.org/luajit.html"
|
||||
SRC_URI="http://luajit.org/download/LuaJIT-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005-2013, Mike Pall"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
luajit$secondaryArchSuffix = $portVersion compat >= 5.1
|
||||
lib:libluajit_5.1$secondaryArchSuffix = $portVersion compat >= 2
|
||||
cmd:luajit_$portVersion$secondaryArchSuffix
|
||||
cmd:luajit$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -25,14 +33,13 @@ PROVIDES_devel="
|
||||
luajit${secondaryArchSuffix}_devel = $portVersion compat >= 5.1
|
||||
devel:libluajit_5.1$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
luajit$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
PATCHES="luajit-$portVersion.patchset"
|
||||
|
||||
SOURCE_DIR="LuaJIT-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# Use amalg target as recommended on luajit homepage to get better performance
|
||||
@@ -56,11 +63,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005-2013, Mike Pall"
|
||||
DESCRIPTION="
|
||||
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
|
||||
|
||||
Lua is a powerful, dynamic and light-weight programming language. It may be \
|
||||
embedded or used as a general-purpose, stand-alone language.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user