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${libdir} -lelf 12Cflags: -I${includedir} 13 14Requires.private: zlib 15