summaryrefslogtreecommitdiff
path: root/debian/lua5.1.mq.dh-lua.conf
blob: 311766761e604d5f89428c29b8098fa57d675bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### mandatory fields
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_MODNAME=mq

### this part is relative to pkg-config
PKG_VERSION=0.1.0
PKG_LIBS_PRIVATE=-lrt
PKG_URL=http://www.spreadspace.org/lua-mq/