diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-15 15:07:36 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-15 15:07:36 +0100 |
commit | 81272711f117666afc38407ceed587dc9039a729 (patch) | |
tree | 00415bed6d2b60a8e671e675ae57dc9c6b4b5a73 /extra/libutf8proc/files | |
parent | 5f92f202beb752f7d2fbe4a2557ac75c36752115 (diff) | |
download | repository-81272711f117666afc38407ceed587dc9039a729.tar.gz |
libutf8proc: add new package at 2.4.0
Diffstat (limited to 'extra/libutf8proc/files')
-rw-r--r-- | extra/libutf8proc/files/libutf8proc.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/libutf8proc/files/libutf8proc.pc.in b/extra/libutf8proc/files/libutf8proc.pc.in new file mode 100644 index 00000000..c59a78a1 --- /dev/null +++ b/extra/libutf8proc/files/libutf8proc.pc.in @@ -0,0 +1,10 @@ +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 |