4 # This file has been put into the public domain.
5 # You can do whatever you want with this file.
9 exec_prefix=@exec_prefix@
11 includedir=@includedir@
14 Description: General purpose data compression library
16 Version: @PACKAGE_VERSION@
17 Cflags: -I${includedir}
18 Libs: -L${libdir} -llzma
19 Libs.private: @PTHREAD_CFLAGS@ @LIBS@