2013-12-06 08:43:44 +00:00
|
|
|
prefix=@prefix@
|
2016-08-11 08:08:57 +00:00
|
|
|
exec_prefix=${prefix}
|
2013-12-06 08:43:44 +00:00
|
|
|
libdir=@libdir@
|
|
|
|
|
includedir=@includedir@
|
2023-01-19 21:33:07 +00:00
|
|
|
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
|
2013-12-06 08:43:44 +00:00
|
|
|
|
2018-05-30 11:35:41 +00:00
|
|
|
Name: libuv
|
2013-12-06 08:43:44 +00:00
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
2018-02-08 08:54:24 +00:00
|
|
|
URL: http://libuv.org/
|
2013-12-06 08:43:44 +00:00
|
|
|
|
2014-03-02 10:46:32 +00:00
|
|
|
Libs: -L${libdir} -luv @LIBS@
|
2013-12-06 08:43:44 +00:00
|
|
|
Cflags: -I${includedir}
|