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