summaryrefslogtreecommitdiff
path: root/deps/uv/libuv.pc.in
blob: 55c4b65d5dc5cfef89aba35bd25e7e6b80e69c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/

Libs: -L${libdir} -luv @LIBS@
Cflags: -I${includedir}