Home | History | Annotate | Download | only in expat
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: expat
      7 Version: @PACKAGE_VERSION@
      8 Description: expat XML parser
      9 URL: http://www.libexpat.org
     10 Libs: -L${libdir} -lexpat
     11 Cflags: -I${includedir}
     12