Home | History | Annotate | Download | only in libffi
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
      5 
      6 Name: @PACKAGE_NAME@
      7 Description: Library supporting Foreign Function Interfaces
      8 Version: @PACKAGE_VERSION@
      9 Libs: -L${libdir} -lffi
     10 Cflags: -I${includedir}
     11