summaryrefslogtreecommitdiffstats
path: root/office/mupdf/mupdf.pc
diff options
context:
space:
mode:
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}