Codebase list lua-systemd / HEAD debian / lua5.1.dh-lua.conf
HEAD

Tree @HEAD (Download .tar.gz)

lua5.1.dh-lua.conf @HEADraw · history · blame

### mandatory fields
#LUA_VERSION=
PKG_NAME=systemd

### things relative to the C library part
CLIB_CFLAGS=-Ivendor/compat-5.3/c-api -D_GNU_SOURCE
CLIB_LDFLAGS=-lsystemd
#CLIB_LDFLAGS_STATIC=
CLIB_OBJS=src/daemon.lo src/id128.lo src/messages.lo src/journal.lo src/login.lo vendor/compat-5.3/c-api/compat-5.3.lo
LUA_MODNAME_CPART=systemd
LUA_MODNAME_CPART_UNDERSCORE=systemd_daemon_core

### things relative to the lua library part
#LUA_HEADER=
LUA_SOURCES=src/*.lua
LUA_SOURCES_MANGLER=sed -e 's/^src/systemd/'
#LUA_MODNAME=
#LUA_TEST=

### this part is relative to pkg-config
#PKG_VERSION=
#PKG_LIBS_PRIVATE=
#PKG_URL=
PKG_REQUIRES=libsystemd
#PKG_CONFLICTS=