Ratan Gupta | ec26fa6 | 2018-04-16 15:28:36 +0530 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: phosphor-snmp | ||||
7 | Description: Phosphor snmp utilities | ||||
8 | URL: https://github.com/openbmc/phosphor-snmp | ||||
9 | Version: @VERSION@ | ||||
10 | Requires: @AX_PACKAGE_REQUIRES@ | ||||
11 | Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@ | ||||
12 | Libs: -L@libdir@ -lsnmp | ||||
13 | Cflags: -I@includedir@ |