1*2b15cb3dSCy Schubert#libevent pkg-config source file 2*2b15cb3dSCy Schubert 3*2b15cb3dSCy Schubertprefix=@prefix@ 4*2b15cb3dSCy Schubertexec_prefix=@exec_prefix@ 5*2b15cb3dSCy Schubertlibdir=@libdir@ 6*2b15cb3dSCy Schubertincludedir=@includedir@ 7*2b15cb3dSCy Schubert 8*2b15cb3dSCy SchubertName: libevent 9*2b15cb3dSCy SchubertDescription: libevent is an asynchronous notification event loop library 10*2b15cb3dSCy SchubertVersion: @VERSION@ 11*2b15cb3dSCy SchubertRequires: 12*2b15cb3dSCy SchubertConflicts: 13*2b15cb3dSCy SchubertLibs: -L${libdir} -levent 14*2b15cb3dSCy SchubertLibs.private: @LIBS@ 15*2b15cb3dSCy SchubertCflags: -I${includedir} 16*2b15cb3dSCy Schubert 17