summaryrefslogtreecommitdiff
path: root/lua5.3/lua.pc
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2013-09-10 18:08:09 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2013-09-10 18:08:09 +0200
commit49ad89f8716725e050afb4166c45812a0be83be4 (patch)
tree52515dbcdeb6669c37fd813bfb56a20fe24093de /lua5.3/lua.pc
parentdbde5ffd47db3eefb6e8429776f57a12270f5f5b (diff)
parentf385d6d42405b12a753f33fa81c16c8f05f76de0 (diff)
downloadarch-packages-49ad89f8716725e050afb4166c45812a0be83be4.tar.gz
merge
Diffstat (limited to 'lua5.3/lua.pc')
-rw-r--r--lua5.3/lua.pc20
1 files changed, 20 insertions, 0 deletions
diff --git a/lua5.3/lua.pc b/lua5.3/lua.pc
new file mode 100644
index 0000000..615fce2
--- /dev/null
+++ b/lua5.3/lua.pc
@@ -0,0 +1,20 @@
+V=%VER%
+R=%REL%
+
+prefix=/usr
+INSTALL_BIN=${prefix}/bin
+INSTALL_INC=${prefix}/include/5.3
+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/5.3
+
+Name: Lua
+Description: An Extensible Extension Language
+Version: ${R}
+Requires:
+Libs: -L${libdir} -llua5.3 -lm
+Cflags: -I${includedir}