| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ | ||||
| 3 | libdir=@libdir@ | ||||
| 4 | includedir=@includedir@ | ||||
| 5 | |||||
| 6 | Name: libnl-cli | ||||
| 7 | Description: Command Line Interface library for netlink sockets | ||||
| 8 | Version: @PACKAGE_VERSION@ | ||||
| 9 | Libs: -L${libdir} -lnl-cli-@MAJ_VERSION@ | ||||
| 10 | Cflags: -I${includedir} | ||||
| 11 | Requires: libnl-3.0 libnl-genl-3.0 libnl-nf-3.0 libnl-route-3.0 | ||||