### 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/