aboutsummaryrefslogtreecommitdiffstats
path: root/testing/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 /testing/utf8proc/utf8proc.pc
parentcaf57ec52c3418da12a47a712d33da019932058a (diff)
downloadaports-7cb5f3c15be16f3634622d1d20ae1489008f45ad.tar.bz2
aports-7cb5f3c15be16f3634622d1d20ae1489008f45ad.tar.xz
community/utf8proc: move from testing
Diffstat (limited to 'testing/utf8proc/utf8proc.pc')
-rw-r--r--testing/utf8proc/utf8proc.pc11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/utf8proc/utf8proc.pc b/testing/utf8proc/utf8proc.pc
deleted file mode 100644
index 5349c7a2c0..0000000000
--- a/testing/utf8proc/utf8proc.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-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