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 8prefix=@prefix@ 9exec_prefix=@exec_prefix@ 10libdir=@libdir@ 11includedir=@includedir@ 12 13Name: liblzma 14Description: General purpose data compression library 15URL: @PACKAGE_URL@ 16Version: @PACKAGE_VERSION@ 17Cflags: -I${includedir} 18Cflags.private: -DLZMA_API_STATIC 19Libs: -L${libdir} -llzma 20Libs.private: @PTHREAD_CFLAGS@ @LIBS@ 21