mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
12 lines
266 B
PkgConfig
12 lines
266 B
PkgConfig
prefix=@DIR_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@DIR_LIBRARY@
|
|
includedir=@DIR_INCLUDE@
|
|
|
|
Name: uchardet
|
|
Description: An encoding detector library ported from Mozilla
|
|
Version: @UCHARDET_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -luchardet
|
|
Cflags: -I${includedir}/uchardet
|