• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libbrotlienc
7URL: https://github.com/google/brotli
8Description: Brotli encoder library
9Version: @PACKAGE_VERSION@
10Libs: -L${libdir} -lbrotlienc
11Requires.private: libbrotlicommon >= 1.0.2
12Cflags: -I${includedir}
13