13 lines
263 B
PkgConfig
13 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libluv
|
|
Version: @LUV_VERSION@
|
|
Description: Bare and full libuv bindings for Lua/LuaJIT.
|
|
URL: https://github.com/luvit/luv
|
|
|
|
Libs: -L${libdir} -lluv @LIBS@
|
|
Cflags: -I${includedir}
|