20 lines
539 B
PkgConfig
20 lines
539 B
PkgConfig
#
|
|
# Author: Lasse Collin
|
|
#
|
|
# This file has been put into the public domain.
|
|
# You can do whatever you want with this file.
|
|
#
|
|
|
|
prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
|
|
exec_prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
|
|
libdir=/root/.julia/dev/ImageUtils/.CondaPkg/env/lib
|
|
includedir=/root/.julia/dev/ImageUtils/.CondaPkg/env/include
|
|
|
|
Name: liblzma
|
|
Description: General purpose data compression library
|
|
URL: https://tukaani.org/xz/
|
|
Version: 5.2.10
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llzma
|
|
Libs.private: -pthread -lpthread
|