wok-next view lua51/stuff/lua.pc.in @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 V=5.1
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} -llua51 -lm -ldl
20 Cflags: -I${includedir}