File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-logging 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: makefile: 16; sh: 3
file content (5 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
PKG_NAME=logging
LUA_SOURCES=$(wildcard src/logging/*.lua) src/logging.lua
LUA_SOURCES_MANGLER=sed s?src/??
LUA_MODNAME=logging
LUA_TEST=tests/testConsole.lua tests/testFile.lua tests/testEnv.lua tests/testRollingFile.lua