lua-wsapi: adapted .conf to the new lua-conf.in
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../lua-wsapi/lua-wsapi.conf
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
# Copyright (C) 2008 - 2009 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
@@ -17,14 +17,13 @@ runconf=0
|
||||
pkgprefix -t lua
|
||||
|
||||
hook_add premake 5 'lua_wsapi_config'
|
||||
lua_wsapi_config()
|
||||
{
|
||||
lua_wsapi_config() {
|
||||
cat <<-EOF > config
|
||||
LIB_OPTION= -shared
|
||||
BIN_DIR=$root$( pkgprefix bindir lua )
|
||||
LUA_DIR=$root$pkgdatadir
|
||||
LUA_LIBDIR=$root$pkglibdir
|
||||
EOF
|
||||
LIB_OPTION= -shared
|
||||
BIN_DIR=$root$(pkgprefix bindir lua)
|
||||
LUA_DIR=$root$luadatadir
|
||||
LUA_LIBDIR=$root$lualibdir
|
||||
EOF
|
||||
}
|
||||
|
||||
var_append makeinstopt ' ' 'install-fcgi'
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
[U] http://wsapi.luaforge.net/
|
||||
|
||||
[A] Andre Carregal <carregal@pobox.com>
|
||||
[A] André Carregal <carregal@pobox.com>
|
||||
[M] Alejandro Mery <amery@opensde.org>
|
||||
|
||||
[C] extra/development
|
||||
|
||||
Reference in New Issue
Block a user