blob: d1544f650451331ca4f805cf64d4ad838cd1d33b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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}
|