Files
selfcare/proxy_c/third-lib/libevent/libevent.pc
2025-03-06 20:02:40 +08:00

17 lines
328 B
PkgConfig

#libevent pkg-config source file
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libevent
Description: libevent is an asynchronous notification event loop library
Version: 2.1.11-stable
Requires:
Conflicts:
Libs: -L${libdir} -levent
Libs.private:
Cflags: -I${includedir}