Joe Hildebrand | 7c6c356 | 2015-03-31 00:21:21 -0600 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: cn-cbor | ||||
7 | Description: A constrained node implementation of CBOR in C | ||||
8 | URL: https://github.com/cabo/cn-cbor | ||||
9 | Version: @CN_VERSION@ | ||||
Joe Hildebrand | 4986e51 | 2015-03-31 02:09:09 -0600 | [diff] [blame] | 10 | Libs: -L${libdir} -lcn-cbor |
Joe Hildebrand | 7c6c356 | 2015-03-31 00:21:21 -0600 | [diff] [blame] | 11 | Cflags: -I${includedir} |