mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 18:34:40 +08:00
11 lines
228 B
PkgConfig
11 lines
228 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libutf8proc
|
|
Description: UTF8 processing
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lutf8proc
|
|
Cflags: -I${includedir} -DUTF8PROC_EXPORTS
|