liblzma.pc.in 418 B

12345678910111213141516171819
  1. #
  2. # Author: Lasse Collin
  3. #
  4. # This file has been put into the public domain.
  5. # You can do whatever you want with this file.
  6. #
  7. prefix=@prefix@
  8. exec_prefix=@exec_prefix@
  9. libdir=@libdir@
  10. includedir=@includedir@
  11. Name: liblzma
  12. Description: General purpose data compression library
  13. URL: @PACKAGE_URL@
  14. Version: @PACKAGE_VERSION@
  15. Cflags: -I${includedir}
  16. Libs: -L${libdir} -llzma
  17. Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@