File: libevent.pc.in

package info (click to toggle)
lldpd 1.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,740 kB
  • sloc: ansic: 91,381; sh: 5,610; python: 1,397; makefile: 659; awk: 19
file content (16 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (73)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#libevent pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libevent
Description: libevent is an asynchronous notification event loop library
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -levent
Libs.private: @LIBS@
Cflags: -I${includedir}