File: lualib50.pc

package info (click to toggle)
lua50 5.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,228 kB
  • sloc: ansic: 12,032; makefile: 308; sh: 20
file content (20 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include/
major_version=50
version=5.0.3

# Install paths for Lua modules.  For example, if a package wants to install
# Lua source modules to the /usr/local tree, call pkg-config with
# "--define-variable=prefix=/usr/local" and "--variable=INSTALL_LMOD".
INSTALL_LMOD=${prefix}/share/lua/${major_version}
INSTALL_CMOD=${prefix}/lib/lua/${major_version}

Name: lua50
Description: The Lua 5.0 programming language addon libraries
Version: ${version}
Requires: lua50
Libs: -L${libdir} -llualib50
Cflags: -I${includedir}/lua50