Added Lua as an OptionalPackage
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39187 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,6 +54,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# LibXML2 - the XML support library
|
# LibXML2 - the XML support library
|
||||||
# LibXSLT - xslt library and utility
|
# LibXSLT - xslt library and utility
|
||||||
# Links - the web browser
|
# Links - the web browser
|
||||||
|
# Lua - the scripting language
|
||||||
# Man - standard commands to read man pages
|
# Man - standard commands to read man pages
|
||||||
# Mercurial - the distributed version control system
|
# Mercurial - the distributed version control system
|
||||||
# Nano - the command line text editor
|
# Nano - the command line text editor
|
||||||
@@ -1029,6 +1030,20 @@ if [ IsOptionalHaikuImagePackageAdded Links ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Lua
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded Lua ] {
|
||||||
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package Lua available for $(TARGET_ARCH)" ;
|
||||||
|
} else {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
lua-5.1.4--x86-gcc2-2010-10-29.zip
|
||||||
|
: $(baseURL)/lua-5.1.4--x86-gcc2-2010-10-29.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Man
|
# Man
|
||||||
if [ IsOptionalHaikuImagePackageAdded Man ] {
|
if [ IsOptionalHaikuImagePackageAdded Man ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user