Browse Source

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

cross
Alejandro Mery 16 years ago
parent
commit
01509bcdf7
  1. 9
      lua/lua-wsapi/lua-wsapi.conf
  2. 2
      lua/lua-wsapi/lua-wsapi.desc

9
lua/lua-wsapi/lua-wsapi.conf

@ -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,13 +17,12 @@ 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
LUA_DIR=$root$luadatadir
LUA_LIBDIR=$root$lualibdir
EOF
}

2
lua/lua-wsapi/lua-wsapi.desc

@ -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

Loading…
Cancel
Save