summaryrefslogtreecommitdiff
path: root/debian/dh-lua.conf
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-04-30 20:26:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-04-30 20:26:12 +0200
commit673f30441b353881d428380661d7e6782b7aa85b (patch)
tree555c8374187f0d425c513b2f444a3072014a0fd9 /debian/dh-lua.conf
parentnew debian package format (diff)
fixed dep for dev package and added some more description
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=