File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-ldap 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 448 kB
  • sloc: ansic: 776; sh: 72; makefile: 62
file content (21 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PKG_NAME=ldap

# pkg-config support is missing from upstream OpenLDAP
# <http://bugs.debian.org/670824>
CLIB_CFLAGS=-DPACKAGE_STRING="\"$(shell make package_string)\""
CLIB_LDFLAGS=-lldap
CLIB_LDFLAGS_STATIC=-lldap -llber
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/lualdap/lualdap
PKG_REQUIRES=
PKG_CONFLICTS=