summarylogtreecommitdiffstats
path: root/lua.pc
diff options
context:
space:
mode:
authorEduardo Bart2019-06-21 10:41:07 -0300
committerEduardo Bart2019-06-21 10:41:07 -0300
commit43015adac89d45d9bd981522bed3f6be1be5d338 (patch)
tree3b92e3751ed071779ea0b9a22e246d8592b272ab /lua.pc
downloadaur-43015adac89d45d9bd981522bed3f6be1be5d338.tar.gz
First commit
Diffstat (limited to 'lua.pc')
-rw-r--r--lua.pc20
1 files changed, 20 insertions, 0 deletions
diff --git a/lua.pc b/lua.pc
new file mode 100644
index 000000000000..bf7977bcd7ca
--- /dev/null
+++ b/lua.pc
@@ -0,0 +1,20 @@
+V=%VER%
+R=%REL%
+
+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}
+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
+Cflags: -I${includedir}