Files
oasis-linux-mirror/pkg/u-config/gen.lua
T
2026-04-17 11:33:49 -07:00

18 lines
454 B
Lua

cflags{
'-std=c99',
'-Wall', '-Wpedantic',
string.format([[-D 'PKG_CONFIG_PREFIX="%s"']], config.prefix),
[[-D 'PKG_CONFIG_SYSTEM_INCLUDE_PATH=PKG_CONFIG_PREFIX "/include"']],
[[-D 'PKG_CONFIG_SYSTEM_LIBRARY_PATH=PKG_CONFIG_PREFIX "/lib"']],
}
exe('u-config', {'main_posix.c'})
file('bin/u-config', '755', '$outdir/u-config')
man{'u-config.1'}
sym('bin/pkg-config', 'u-config')
sym('share/man/man1/pkg-config.1.gz', 'u-config.1.gz')
fetch 'git'