You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
21 lines
458 B
PkgConfig
21 lines
458 B
PkgConfig
|
|
V=%VER%
|
||
|
|
R=%REL%
|
||
|
|
|
||
|
|
prefix=@TERMUX_PREFIX@
|
||
|
|
INSTALL_BIN=${prefix}/bin
|
||
|
|
INSTALL_INC=${prefix}/include/lua${V}
|
||
|
|
INSTALL_LIB=${prefix}/lib
|
||
|
|
INSTALL_MAN=${prefix}/man/man1
|
||
|
|
INSTALL_LMOD=${prefix}/share/lua/${V}
|
||
|
|
INSTALL_CMOD=${prefix}/lib/lua/${V}
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include/lua${V}
|
||
|
|
|
||
|
|
Name: Lua
|
||
|
|
Description: An Extensible Extension Language
|
||
|
|
Version: ${R}
|
||
|
|
Requires:
|
||
|
|
Libs: -L${libdir} -llua${V} -lm
|
||
|
|
Cflags: -I${includedir}
|