mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 14:14:37 +08:00
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: snappy
|
|
Description: A fast compression/decompression library
|
|
Version: 1.1.4
|
|
Libs: -L${libdir} -lsnappy
|
|
Cflags: -I${includedir}
|