Imported from ../lua-5.1.2.tar.gz.
[lua.git] / etc / lua.pc
blob03a2e684ad8acb7d29612c82e9044930edae712a
1 # lua.pc -- pkg-config data for Lua
3 # vars from install Makefile
5 # grep '^V=' ../Makefile
6 V= 5.1
7 # grep '^R=' ../Makefile
8 R= 5.1.2
10 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
11 prefix= /usr/local
12 INSTALL_BIN= ${prefix}/bin
13 INSTALL_INC= ${prefix}/include
14 INSTALL_LIB= ${prefix}/lib
15 INSTALL_MAN= ${prefix}/man/man1
16 INSTALL_LMOD= ${prefix}/share/lua/${V}
17 INSTALL_CMOD= ${prefix}/lib/lua/${V}
19 # canonical vars
20 exec_prefix=${prefix}
21 libdir=${exec_prefix}/lib
22 includedir=${prefix}/include
24 Name: Lua
25 Description: An Extensible Extension Language
26 Version: ${R}
27 Requires: 
28 Libs: -L${libdir} -llua -lm
29 Cflags: -I${includedir}
31 # (end of lua.pc)