File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-systemd 0~git20160517-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 412 kB
  • sloc: ansic: 4,022; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### 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=