summaryrefslogtreecommitdiff
path: root/debian/dh-lua.conf
blob: 7598074cb6fbfbbe7186724eeec4f3c13eacfaec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
### mandatory fields
LUA_VERSION=5.1
PKG_NAME=mq

### things relative to the C library part
CLIB_CFLAGS= -I src/
CLIB_LDFLAGS= -lrt
CLIB_OBJS= src/lua-mq.lo

### things relative to the lua library part
LUA_HEADER=src/lua-mq.h
LUA_SOURCES=
LUA_SOURCES_MANGLER=
LUA_MODNAME=mq

### this part is relative to pkg-config
PKG_VERSION=
PKG_LIBS_PRIVATE=
PKG_URL=
PKG_REQUIRES=
PKG_CONFLICTS=