summaryrefslogtreecommitdiff
path: root/debian/lua5.1.mq.dh-lua.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lua5.1.mq.dh-lua.conf')
-rw-r--r--debian/lua5.1.mq.dh-lua.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/lua5.1.mq.dh-lua.conf b/debian/lua5.1.mq.dh-lua.conf
new file mode 100644
index 0000000..3117667
--- /dev/null
+++ b/debian/lua5.1.mq.dh-lua.conf
@@ -0,0 +1,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/
+