summaryrefslogtreecommitdiffstats
path: root/office/mupdf/mupdf.pc
diff options
context:
space:
mode:
author B. Watson2014-08-22 12:36:38 +0200
committer Willy Sudiarto Raharjo2014-08-22 12:36:38 +0200
commitce1935d000d71358446aa46f328d6ab8d92ec0ff (patch)
treed803da9f15006dba53b0a4f78369a958d90d3e19 /office/mupdf/mupdf.pc
parent539b2ab872f087792072dd0f322ecf8f78325e3c (diff)
downloadslackbuilds-ce1935d000d71358446aa46f328d6ab8d92ec0ff.tar.gz
office/mupdf: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mupdf/mupdf.pc')
-rw-r--r--office/mupdf/mupdf.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/office/mupdf/mupdf.pc b/office/mupdf/mupdf.pc
new file mode 100644
index 0000000000..34bbb1552e
--- /dev/null
+++ b/office/mupdf/mupdf.pc
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIB@
+includedir=${prefix}/include
+
+Name: mupdf
+Description: Library for rendering PDF documents
+Requires.private: freetype2
+Version: @VERSION@
+Libs: -L${libdir} @PCLIBS@
+Libs.private: -lopenjp2 -ljbig2dec -ljpeg -lz -lm
+Cflags: -I${includedir}