aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/lua/lua.pc
blob: 0bc54c706dbdf7f20b2a128f58d0d117c1dae0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# lua.pc -- pkg-config data for Lua

prefix=/system
INSTALL_BIN=${prefix}/bin
INSTALL_INC=${prefix}/include
INSTALL_LIB=${prefix}/lib
INSTALL_MAN=${prefix}/man/man1
INSTALL_LMOD=${prefix}/share/lua/@MAJOR_VER@.@MINOR_VER@
INSTALL_CMOD=${prefix}/lib/lua/@MAJOR_VER@.@MINOR_VER@

# canonical vars
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Lua
Description: An Extensible Extension Language
Version: @MAJOR_VER@.@MINOR_VER@
Requires:
Libs: -L${libdir} -llua -lm
Cflags: -I${includedir}

# (end of lua@MAJOR_VER@.pc)