Import of pkgsrc-2014Q1
This commit is contained in:
21
lang/lua52/files/lua.pc.in
Normal file
21
lang/lua52/files/lua.pc.in
Normal file
@@ -0,0 +1,21 @@
|
||||
# $NetBSD: lua.pc.in,v 1.1 2013/10/30 06:18:10 dholland Exp $
|
||||
# lua.pc is not any longer distributed, but is still required by other packages.
|
||||
|
||||
prefix= @PREFIX@
|
||||
INSTALL_BIN= ${prefix}/bin
|
||||
INSTALL_INC= ${prefix}/include
|
||||
INSTALL_LIB= ${prefix}/lib
|
||||
INSTALL_MAN= ${prefix}/man/man1
|
||||
INSTALL_LMOD= ${prefix}/share/lua/@VER@
|
||||
INSTALL_CMOD= ${prefix}/lib/lua/@VER@
|
||||
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Lua
|
||||
Description: An Extensible Extension Language
|
||||
Version: @REV@
|
||||
Requires:
|
||||
Libs: -L${libdir} -llua -lm
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user