File: //lib/x86_64-linux-gnu/pkgconfig/libpcap.pc
#
# pkg-config file for libpcap.
#
# These variables come from the configure script, so includedir and
# libdir may be defined in terms of prefix and exec_prefix, so the
# latter must be defined as well.
#
prefix="/usr"
exec_prefix="${prefix}"
includedir="${prefix}/include"
libdir="${prefix}/lib/x86_64-linux-gnu"
Name: libpcap
Description: Platform-independent network traffic capture library
Version: 1.10.4
Requires.private: dbus-1 libibverbs
Libs: -L${libdir} -lpcap
Libs.private:
Cflags: -I${includedir}