File: libuv-static.pc.in

package info (click to toggle)
python-gevent 22.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,476 kB
  • sloc: python: 194,036; ansic: 75,126; sh: 7,061; makefile: 1,557; javascript: 108; awk: 18
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@

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

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