| # | |
| # Author: Lasse Collin | |
| # | |
| # This file has been put into the public domain. | |
| # You can do whatever you want with this file. | |
| # | |
| prefix=/usr/local/envs/slahmr | |
| exec_prefix=/usr/local/envs/slahmr | |
| libdir=/usr/local/envs/slahmr/lib | |
| includedir=/usr/local/envs/slahmr/include | |
| Name: liblzma | |
| Description: General purpose data compression library | |
| URL: https://tukaani.org/xz/ | |
| Version: 5.2.6 | |
| Cflags: -I${includedir} | |
| Libs: -L${libdir} -llzma | |
| Libs.private: -pthread -lrt -lpthread | |