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:
Scott McCreary 2010-10-29 16:20:25 +00:00
parent 75eef8892f
commit 4b4219eba4
1 changed files with 15 additions and 0 deletions

View File

@ -54,6 +54,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# LibXML2 - the XML support library
# LibXSLT - xslt library and utility
# Links - the web browser
# Lua - the scripting language
# Man - standard commands to read man pages
# Mercurial - the distributed version control system
# 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
if [ IsOptionalHaikuImagePackageAdded Man ] {
if $(TARGET_ARCH) != x86 {