|
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libuv
|
|
Version: 0.10.27
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
|
|
|
Libs: -L${libdir} -luv -lrt -lpthread -lnsl -ldl
|
|
Cflags: -I${includedir}
|