wok-next diff lua52/stuff/lua.pc.in @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lua52/stuff/lua.pc.in	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +V=5.2
     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} -llua52 -lm -ldl
    1.23 +Cflags: -I${includedir}