File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-cjson 2.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 528 kB
  • sloc: ansic: 5,207; sh: 73; makefile: 52; perl: 9
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
### mandatory fields
PKG_NAME=cjson

### things relative to the C library part
CLIB_OBJS=lua_cjson.lo fpconv.lo strbuf.lo

### things relative to the lua library part
LUA_TEST=cd tests/ && @@LUA@@ test.lua
LUA_SOURCES=$(wildcard lua/cjson/*.lua)
LUA_SOURCES_MANGLER=sed -e 's?^lua/??'