libpcap.pc 568 B

123456789101112131415161718
  1. #
  2. # pkg-config file for libpcap.
  3. #
  4. # These variables come from the configure script, so includedir and
  5. # libdir may be defined in terms of prefix and exec_prefix, so the
  6. # latter must be defined as well.
  7. #
  8. prefix="/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libpcap-1.9.0/release"
  9. exec_prefix="${prefix}"
  10. includedir="${prefix}/include"
  11. libdir="${exec_prefix}/lib"
  12. Name: libpcap
  13. Description: Platform-independent network traffic capture library
  14. Version: 1.9.0-PRE-GIT
  15. Libs: -L${libdir} -lpcap
  16. Libs.private: -lnl-genl-3 -lnl-3
  17. Cflags: -I${includedir}