The pc target in the make file is bogus, use the template from Arch (or parts of it). And don't include the version in the import lib to keep things simple.
15 lines
236 B
PkgConfig
15 lines
236 B
PkgConfig
V=%VER%
|
|
R=%REL%
|
|
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Lua
|
|
Description: An Extensible Extension Language
|
|
Version: ${R}
|
|
Requires:
|
|
Libs: -L${libdir} -llua
|
|
Cflags: -I${includedir}
|