summaryrefslogtreecommitdiffstats
path: root/office/mupdf-legacy/mupdf.pc
diff options
context:
space:
mode:
Diffstat (limited to 'office/mupdf-legacy/mupdf.pc')
-rw-r--r--office/mupdf-legacy/mupdf.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/mupdf-legacy/mupdf.pc b/office/mupdf-legacy/mupdf.pc
new file mode 100644
index 0000000000..62fa58267f
--- /dev/null
+++ b/office/mupdf-legacy/mupdf.pc
@@ -0,0 +1,11 @@
+prefix=/opt/mupdf-legacy
+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@
+Cflags: -I${includedir}