Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: libelf | ||||
7 | Description: elfutils libelf library to read and write ELF files | ||||
8 | Version: @VERSION@ | ||||
9 | URL: http://elfutils.org/ | ||||
10 | |||||
11 | Libs: -L${libdir} -lelf | ||||
12 | Cflags: -I${includedir} | ||||
13 | |||||
14 | Requires.private: zlib |