blob: e78cc9976b26556340d8984e9e4e685f8346b2f9 [file] [log] [blame]
#
# 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/local"
exec_prefix="${prefix}"
includedir="${prefix}/include"
libdir="${exec_prefix}/lib"
Name: libpcap
Description: Platform-independent network traffic capture library
Version: 1.9.1
Libs: -L${libdir} -lpcap
Libs.private:
Cflags: -I${includedir}