File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-luv 1.51.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: ansic: 6,996; makefile: 74; sh: 33
file content (11 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
PKG_NAME=luv
VERSION_INFO=1:0:0

CLIB_LDFLAGS=$(shell pkg-config libuv --libs)
CLIB_CFLAGS=-Isrc
CLIB_OBJS=src/luv.lo

LUA_HEADER=src/luv.h
LUA_MODNAME_CPART=luv
LUA_MODNAME=luv
LUA_TEST=tests/run.lua