wok-next diff lua53/stuff/lua.pc.in @ rev 21212
updated barnyard2 (1.9 -> 2.1.13)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 17:16:10 2019 +0100 (2019-12-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lua53/stuff/lua.pc.in Mon Dec 02 17:16:10 2019 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +V=5.3 1.5 +R=@RELEASE@ 1.6 + 1.7 +prefix=/usr 1.8 +INSTALL_BIN=${prefix}/bin 1.9 +INSTALL_INC=${prefix}/include/lua${V} 1.10 +INSTALL_LIB=${prefix}/lib 1.11 +INSTALL_MAN=${prefix}/share/man/man1 1.12 +INSTALL_LMOD=${prefix}/share/lua/${V} 1.13 +INSTALL_CMOD=${prefix}/lib/lua/${V} 1.14 +exec_prefix=${prefix} 1.15 +libdir=${exec_prefix}/lib 1.16 +includedir=${prefix}/include/lua${V} 1.17 + 1.18 +Name: Lua 1.19 +Description: An Extensible Extension Language 1.20 +Version: ${R} 1.21 +Requires: 1.22 +Libs: -L${libdir} -llua53 -lm -ldl 1.23 +Cflags: -I${includedir}