blob: 0a54926a016ce53100c5c56c846337ea153078ff (
plain)
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_core -levent_extra
Libs.private: @LIBS@
Cflags: -I${includedir}
|