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