xz/src/liblzma/liblzma.pc.in

21 lines
444 B
PkgConfig
Raw Normal View History

#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#
2007-12-08 22:42:33 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: liblzma
Description: General purpose data compression library
URL: @PACKAGE_URL@
2007-12-08 22:42:33 +00:00
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Cflags.private: -DLZMA_API_STATIC
2007-12-08 22:42:33 +00:00
Libs: -L${libdir} -llzma
Libs.private: @PTHREAD_CFLAGS@ @LIBS@