xref: /dragonfly/lib/liblzma/liblzma.pc (revision 4ed49c92)
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=/usr
9exec_prefix=/usr
10libdir=/usr/lib
11includedir=/usr/include
12
13Name: liblzma
14Description: General purpose data compression library
15URL: https://tukaani.org/xz/
16Version: 5.2.5
17Cflags: -I${includedir}
18Libs: -L${libdir} -llzma
19Libs.private:
20