Home | History | Annotate | Download | only in config
      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: https://fedorahosted.org/elfutils/
     10 
     11 Libs: -L${libdir} -lelf
     12 Cflags: -I${includedir}
     13 
     14 Requires.private: zlib
     15