mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
22 lines
569 B
PkgConfig
22 lines
569 B
PkgConfig
# $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}
|