summaryrefslogtreecommitdiff
path: root/deps/xz/src/liblzma/liblzma.pc
blob: c7b9613a44049e0418533d168e4774d56a7fac11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#

prefix=/root/diagnose-tools/deps
exec_prefix=/root/diagnose-tools/deps
libdir=/root/diagnose-tools/deps/lib
includedir=/root/diagnose-tools/deps/include

Name: liblzma
Description: General purpose data compression library
URL: https://tukaani.org/xz/
Version: 5.3.1alpha
Cflags: -I${includedir}
Libs: -L${libdir} -llzma
Libs.private: -pthread -lpthread