pkgsrc-wip/luaposix/MESSAGE
pancake ;) 58e3e78cb9 Initial import of luaposix
This is a POSIX library for Lua 5.0.
2004-01-26 23:28:42 +00:00

12 lines
425 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/01/26 23:28:42 poppnk Exp $
To use luaposix in your lua programs you must set this environ variable:
LUA_INIT = "loadlib('${PREFIX}/lib/libluaposix.so','luaopen_posix')();"
The rest of luaposix is installed in:
${PREFIX}/lib/lua/
===========================================================================