File: pkg-config.pc.in

package info (click to toggle)
lua5.1-policy 26
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 16
  • sloc: sh: 45; ansic: 41; makefile: 30
file content (26 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
lua=@@PKG_LUA@@
version=@@PKG_VERSION@@
lib_name=@@PKG_NAME@@
libs_private=@@PKG_LIBS_PRIVATE@@
url=@@PKG_URL@@
requires=@@PKG_REQUIRES@@
conflicts=@@PKG_CONFLICTS@@

prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include/${lua}

# The following are intended to be used via "pkg-config --variable".
# The location of the libtool library.  This is used when linking to the Lua
# library via libtool.
libtool_lib=${libdir}/lib${lua}-${lib_name}.la

Name: Lua ${lib_name}
Description: Lua ${lib_name} engine
Version: ${version}
URL: ${url}
Requires: ${requires} lua5.1
Conflicts: ${conflicts}
Libs: -L${libdir} -l${lua}-${lib_name} 
Libs.private: ${libs_private}
Cflags: -I${includedir}