lua-wsapi: adapted .conf to the new lua-conf.in

This commit is contained in:
2009-05-20 01:14:19 +00:00
parent 8556137fc1
commit 01509bcdf7
2 changed files with 8 additions and 9 deletions
+7 -8
View File
@@ -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'
+1 -1
View File
@@ -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