aports/testing/utf8proc/utf8proc.pc
Jakub Jirutka ba48a05379 testing/utf8proc: new abuild
https://github.com/JuliaLang/utf8proc
A clean C library for processing UTF-8 Unicode data
2016-06-09 19:26:06 +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