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# 8prefix="@prefix@" 9exec_prefix="@exec_prefix@" 10includedir="@includedir@" 11libdir="@libdir@" 12 13Name: libpcap 14Description: Platform-independent network traffic capture library 15Version: @PACKAGE_VERSION@ 16Requires.private: @REQUIRES_PRIVATE@ 17Libs: -L${libdir} @RPATH@ -l@PACKAGE_NAME@ 18Libs.private: @LIBS_PRIVATE@ 19Cflags: -I${includedir} 20