File: dh-lua.conf

package info (click to toggle)
lua-ldap 1.1.0-1-geeac494-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 196 kB
  • sloc: ansic: 690; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LUA_VERSION=5.1
PKG_NAME=ldap

# pkg-config support is missing from upstream OpenLDAP
# <http://bugs.debian.org/670824>
CLIB_CFLAGS=
CLIB_LDFLAGS=-lldap
CLIB_OBJS=src/lualdap.lo

LUA_HEADER=
LUA_SOURCES=
LUA_MODNAME=lualdap
# testing requires an LDAP server
#LUA_TEST=cd tests/ && @@LUA@@ test.lua
LUA_MODNAME_CPART=

PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
PKG_LIBS_PRIVATE=
PKG_URL=https://github.com/luaforge/lualdap
PKG_REQUIRES=
PKG_CONFLICTS=