]> git.pld-linux.org Git - packages/lua51.git/blame - lua.pc.in
- added missing debian_make patch found on carme
[packages/lua51.git] / lua.pc.in
CommitLineData
b7fe5f1e 1lib_name=lua${major_version}
b7fe5f1e
ER
2
3#
4# The following are intended to be used via "pkg-config --variable".
5
6# Install paths for Lua modules. For example, if a package wants to install
7# Lua source modules to the /usr/local tree, call pkg-config with
8# "--define-variable=prefix=/usr/local" and "--variable=INSTALL_LMOD".
9INSTALL_LMOD=${prefix}/share/lua/${major_version}
9c21aac6 10INSTALL_CMOD=${libdir}/lua/${major_version}
b7fe5f1e
ER
11
12Name: Lua
13Description: Lua language engine
14Version: ${version}
15Requires:
16Libs: -L${libdir} -l${lib_name}
17Libs.private: -lm -ldl
9c21aac6 18Cflags: -I${includedir}
This page took 0.054202 seconds and 4 git commands to generate.