summaryrefslogtreecommitdiffstats
path: root/package/lua/lua.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua/lua.pc.in')
-rw-r--r--package/lua/lua.pc.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/lua/lua.pc.in b/package/lua/lua.pc.in
new file mode 100644
index 0000000000..0a61d5e6df
--- /dev/null
+++ b/package/lua/lua.pc.in
@@ -0,0 +1,26 @@
+# lua.pc -- pkg-config data for Lua
+
+V= @ABI@
+R= @VERSION@
+
+prefix= /usr
+INSTALL_BIN= ${prefix}/bin
+INSTALL_INC= ${prefix}/include
+INSTALL_LIB= ${prefix}/lib
+INSTALL_MAN= ${prefix}/man/man1
+INSTALL_LMOD= ${prefix}/share/lua/${V}
+INSTALL_CMOD= ${prefix}/lib/lua/${V}
+
+# canonical vars
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Lua
+Description: An Extensible Extension Language
+Version: ${R}
+Requires:
+Libs: -L${libdir} -llua -lm @MYLIBS@
+Cflags: -I${includedir}
+
+# (end of lua.pc)
OpenPOWER on IntegriCloud