aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-07-21 20:36:41 +1000
committerDavid Walter Seikel2016-07-21 20:36:41 +1000
commit79f0c88a47d9fbfa1a57672f52d4cd730fc6f12c (patch)
tree7af248cd2cf11130e493499216ef16a1d5dbc526 /src/others
parentUpdate Lua building stuff. (diff)
downloadSledjHamr-79f0c88a47d9fbfa1a57672f52d4cd730fc6f12c.zip
SledjHamr-79f0c88a47d9fbfa1a57672f52d4cd730fc6f12c.tar.gz
SledjHamr-79f0c88a47d9fbfa1a57672f52d4cd730fc6f12c.tar.bz2
SledjHamr-79f0c88a47d9fbfa1a57672f52d4cd730fc6f12c.tar.xz
Move luajit.pc to lib directory.
Diffstat (limited to 'src/others')
-rw-r--r--src/others/luajit.pc25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/others/luajit.pc b/src/others/luajit.pc
deleted file mode 100644
index 2e98b78..0000000
--- a/src/others/luajit.pc
+++ /dev/null
@@ -1,25 +0,0 @@
1# Package information for LuaJIT to be used by pkg-config.
2majver=2
3minver=0
4relver=4
5version=${majver}.${minver}.${relver}
6abiver=5.1
7
8prefix=/usr/local/
9multilib=lib
10exec_prefix=${prefix}
11libdir=${exec_prefix}/${multilib}
12libname=luajit-${abiver}
13includedir=${prefix}/include/luajit-${majver}.${minver}
14
15INSTALL_LMOD=${prefix}/share/lua/${abiver}
16INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
17
18Name: LuaJIT
19Description: Just-in-time compiler for Lua
20URL: http://luajit.org
21Version: ${version}
22Requires:
23Libs: -L${libdir} -l${libname}
24Libs.private: -Wl,-E -lm -ldl
25Cflags: -I${includedir}