You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
254 B
12 lines
254 B
6 years ago
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libuv
|
||
|
Description: Development libraries for libuv
|
||
|
Version: @version@
|
||
|
Libs: -L${libdir} -luv -lrt -lpthread -lnsl -ldl
|
||
|
Cflags: -I{includedir}
|
||
|
URL: http://libuv.org/
|