diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 01:12:09 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-19 01:57:26 -0800 |
| commit | df171453b1d23b8dccfb61c16d14935166595dbd (patch) | |
| tree | e6d21a815544423ff8cc5fcff02bb99b39c050ec /lang/lua/gen.rc | |
| parent | 4bfd73f8c5ba63018359e5773d6dc4a84397bc51 (diff) | |
Move some programming languages from devel to lang
Diffstat (limited to 'lang/lua/gen.rc')
| -rw-r--r-- | lang/lua/gen.rc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/lua/gen.rc b/lang/lua/gen.rc new file mode 100644 index 00000000..e596c832 --- /dev/null +++ b/lang/lua/gen.rc @@ -0,0 +1,18 @@ +cflags\ + -Wall\ + -Wextra\ + -D LUA_USE_POSIX + +lib liblua.a src/^(\ + lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c\ + lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c\ + ltm.c lundump.c lvm.c lzio.c\ + lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c liolib.c\ + lmathlib.c loslib.c lstrlib.c ltablib.c loadlib.c linit.c\ +) + +exe lua src/lua.c liblua.a +file bin/lua '$outdir'/lua 755 +file share/man/man1/lua.1 '$srcdir'/doc/lua.1 644 + +fetch curl |
