aboutsummaryrefslogtreecommitdiffstats
path: root/community/utf8proc/utf8proc.pc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:12:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:12:05 +0200
commit7cb5f3c15be16f3634622d1d20ae1489008f45ad (patch)
tree3429a889cfcb984b1063de6437d9f1714a540fe7 /community/utf8proc/utf8proc.pc
parentcaf57ec52c3418da12a47a712d33da019932058a (diff)
downloadaports-7cb5f3c15be16f3634622d1d20ae1489008f45ad.tar.bz2
aports-7cb5f3c15be16f3634622d1d20ae1489008f45ad.tar.xz
community/utf8proc: move from testing
Diffstat (limited to 'community/utf8proc/utf8proc.pc')
-rw-r--r--community/utf8proc/utf8proc.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/utf8proc/utf8proc.pc b/community/utf8proc/utf8proc.pc
new file mode 100644
index 0000000000..5349c7a2c0
--- /dev/null
+++ b/community/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