1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@ 5 6Name: libnl-cli 7Description: Command Line Interface library for netlink sockets 8Version: @PACKAGE_VERSION@ 9Libs: -L${libdir} -lnl-cli-@MAJ_VERSION@ 10Cflags: -I${includedir} 11Requires: libnl-3.0 libnl-genl-3.0 libnl-nf-3.0 libnl-route-3.0 12