aports/community/utf8proc/utf8proc.pc
2016-08-17 14:12:05 +02:00

12 lines
285 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: utf8proc
Version: @VERSION@
Description: A clean C library for processing UTF-8 Unicode data
URL: https://github.com/JuliaLang/utf8proc
Cflags: -I${includedir}
Libs: -L${libdir} -lutf8proc