mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-09 18:04:04 -05:00
15 lines
415 B
PkgConfig
Executable File
15 lines
415 B
PkgConfig
Executable File
prefix=${pcfiledir}/../..
|
|
# LZ4 - Fast LZ compression algorithm
|
|
# Copyright (C) 2011-2014, Yann Collet.
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: lz4
|
|
Description: extremely fast lossless compression algorithm library
|
|
URL: http://www.lz4.org/
|
|
Version: 1.9.3
|
|
Libs: -L"${prefix}/lib" -llz4
|
|
Cflags: -I"${prefix}/include"
|