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