1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libelf
7Description: elfutils libelf library to read and write ELF files
8Version: @VERSION@
9URL: http://elfutils.org/
10
11Libs: -L/usr/local/lib/elfutils -Wl,-rpath,/usr/local/lib/elfutils -L${libdir} -lelf
12Cflags: -I/usr/local/include/elfutils -I${includedir}
13
14Requires.private: zlib
15