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