~ubuntu-branches/ubuntu/wily/sysdig/wily

« back to all changes in this revision

Viewing changes to third-party/LuaJIT-2.0.2/etc/luajit.pc

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2014-05-01 14:53:09 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140501145309-yy0hkts9nlu43omp
Tags: 0.1.81-1
* New upstream release
* Add B-D on zlib1g-dev and use it for building
* drop LuaJIT from debian/copyright, upstream does not ship the
  copy anymore
* Only require and execute dh_dkms when building arch-independent
  stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Package information for LuaJIT to be used by pkg-config.
2
 
majver=2
3
 
minver=0
4
 
relver=2
5
 
version=${majver}.${minver}.${relver}
6
 
abiver=5.1
7
 
 
8
 
prefix=/usr/local
9
 
exec_prefix=${prefix}
10
 
libdir=${exec_prefix}/lib
11
 
libname=luajit-${abiver}
12
 
includedir=${prefix}/include/luajit-${majver}.${minver}
13
 
 
14
 
INSTALL_LMOD=${prefix}/share/lua/${abiver}
15
 
INSTALL_CMOD=${prefix}/lib/lua/${abiver}
16
 
 
17
 
Name: LuaJIT
18
 
Description: Just-in-time compiler for Lua
19
 
URL: http://luajit.org
20
 
Version: ${version}
21
 
Requires:
22
 
Libs: -L${libdir} -l${libname}
23
 
Libs.private: -Wl,-E -lm -ldl
24
 
Cflags: -I${includedir}