wok-next view lua53/stuff/lua.pc.in @ rev 21150

All the sorts of Lua 5
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 23:34:32 2019 +0200 (2019-01-30)
parents
children
line source
1 V=5.3
2 R=@RELEASE@
4 prefix=/usr
5 INSTALL_BIN=${prefix}/bin
6 INSTALL_INC=${prefix}/include/lua${V}
7 INSTALL_LIB=${prefix}/lib
8 INSTALL_MAN=${prefix}/share/man/man1
9 INSTALL_LMOD=${prefix}/share/lua/${V}
10 INSTALL_CMOD=${prefix}/lib/lua/${V}
11 exec_prefix=${prefix}
12 libdir=${exec_prefix}/lib
13 includedir=${prefix}/include/lua${V}
15 Name: Lua
16 Description: An Extensible Extension Language
17 Version: ${R}
18 Requires:
19 Libs: -L${libdir} -llua53 -lm -ldl
20 Cflags: -I${includedir}