termux-packages/packages/liblua52/lua.pc
Leonid Pliushch 947928aa4d move some packages from termux/unstable-packages
Most of them are dependencies for packages X11 and unstable repositories.
2019-03-18 21:30:39 +02:00

21 lines
471 B
PkgConfig

V=%VER%
R=%REL%
prefix=/data/data/com.termux/files/usr
INSTALL_BIN=${prefix}/bin
INSTALL_INC=${prefix}/include/lua5.2
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/lua5.2
Name: Lua
Description: An Extensible Extension Language
Version: ${R}
Requires:
Libs: -L${libdir} -llua5.2 -lm
Cflags: -I${includedir}