8d54582b47
Update mirrors. Use USE_XZ liblzma check, only works with the pkgconfig file. Add workaround for systems where liblzma is in base. PR: ports/156114 Submitted by: myself Approved by: maintainer timeout (45 days)
19 lines
415 B
PkgConfig
19 lines
415 B
PkgConfig
#
|
|
# Author: Lasse Collin
|
|
#
|
|
# This file has been put into the public domain.
|
|
# You can do whatever you want with this file.
|
|
#
|
|
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: liblzma
|
|
Description: General purpose data compression library
|
|
URL: http://tukaani.org/xz/
|
|
Version: 5.0.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llzma
|
|
Libs.private: -D_THREAD_SAFE -pthread
|