15 lines
422 B
PkgConfig
15 lines
422 B
PkgConfig
|
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" -llz4d
|
||
|
Cflags: -I"${prefix}/../include"
|