diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-04 23:32:21 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:26:06 +0200 |
| commit | ba48a053791c950c7d8aedc52bd8da4269073c6f (patch) | |
| tree | a633d9cd816b746b0811aa67802be2920337ea25 /testing/utf8proc/utf8proc.pc | |
| parent | 1e5e5641b996b10a8b96a508849a4f9c90e40d1e (diff) | |
| download | aports-ba48a053791c950c7d8aedc52bd8da4269073c6f.tar.bz2 aports-ba48a053791c950c7d8aedc52bd8da4269073c6f.tar.xz | |
testing/utf8proc: new abuild
https://github.com/JuliaLang/utf8proc
A clean C library for processing UTF-8 Unicode data
Diffstat (limited to 'testing/utf8proc/utf8proc.pc')
| -rw-r--r-- | testing/utf8proc/utf8proc.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/utf8proc/utf8proc.pc b/testing/utf8proc/utf8proc.pc new file mode 100644 index 000000000..5349c7a2c --- /dev/null +++ b/testing/utf8proc/utf8proc.pc @@ -0,0 +1,11 @@ +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 |
