Home | History | Annotate | Download | only in scripts
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libbrotlidec
      7 URL: https://github.com/google/brotli
      8 Description: Brotli decoder library
      9 Version: @PACKAGE_VERSION@
     10 Libs: -L${libdir} -lbrotlidec
     11 Requires.private: libbrotlicommon >= 1.0.2
     12 Cflags: -I${includedir}
     13