summarylogtreecommitdiffstats
path: root/libuv.pc.in
blob: 95ced929120623521a3e946c98035627a2d4422c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=/usr/@ARCH@
exec_prefix=${prefix}
libdir=/usr/@ARCH@/lib
includedir=/usr/@ARCH@/include

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

Libs: -L${libdir} -luv -lpthread  -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv -luser32
Cflags: -I${includedir}