libevent.pc 302 B

12345678910111213141516
  1. #libevent pkg-config source file
  2. prefix=/usr
  3. exec_prefix=/usr
  4. libdir=/usr/lib
  5. includedir=/usr/include
  6. Name: libevent
  7. Description: libevent is an asynchronous notification event loop library
  8. Version: 2.0.22-stable
  9. Requires:
  10. Conflicts:
  11. Libs: -L${libdir} -levent
  12. Libs.private:
  13. Cflags: -I${includedir}