2013-12-13 22:35:09 +04:00
|
|
|
prefix=@prefix@
|
2016-10-24 22:13:07 -04:00
|
|
|
exec_prefix=${prefix}
|
2013-12-13 22:35:09 +04:00
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
2023-05-17 12:06:26 +02:00
|
|
|
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
|
2013-12-13 22:35:09 +04:00
|
|
|
|
2018-06-22 11:28:11 -04:00
|
|
|
Name: libuv
|
2013-12-13 22:35:09 +04:00
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
2018-02-21 15:42:26 -05:00
|
|
|
URL: http://libuv.org/
|
2013-12-13 22:35:09 +04:00
|
|
|
|
2014-03-10 17:01:21 -07:00
|
|
|
Libs: -L${libdir} -luv @LIBS@
|
2013-12-13 22:35:09 +04:00
|
|
|
Cflags: -I${includedir}
|