archrelease: copy trunk to staging-x86_64
[arch-packages.git] / lua / trunk / lua.pc
blobbf7977bcd7caa6d3e561b87450ce1965fa26bde9
1 V=%VER%
2 R=%REL%
4 prefix=/usr
5 INSTALL_BIN=${prefix}/bin
6 INSTALL_INC=${prefix}/include
7 INSTALL_LIB=${prefix}/lib
8 INSTALL_MAN=${prefix}/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
15 Name: Lua
16 Description: An Extensible Extension Language
17 Version: ${R}
18 Requires: 
19 Libs: -L${libdir} -llua -lm
20 Cflags: -I${includedir}