liblzma.pc.in revision 292588
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}
18Libs: -L${libdir} -llzma
19Libs.private: @PTHREAD_CFLAGS@ @LIBS@
20