diff options
author | B. Watson <yalhcru@gmail.com> | 2020-02-19 17:54:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-19 17:55:00 +0700 |
commit | 1c5e1bac6b4f3aa7a54bbf27df9b7bdddd6dd093 (patch) | |
tree | 5a8df28ba87547861e65eb5bb5372e045a19e849 /office/mupdf-legacy/mupdf.pc | |
parent | 4a4019771efc6063ea9637550aa443cec9388b98 (diff) |
office/mupdf-legacy: Added (a lightweight PDF, CBZ, and XPS viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mupdf-legacy/mupdf.pc')
-rw-r--r-- | office/mupdf-legacy/mupdf.pc | 11 |
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 0000000000000..62fa58267f81e --- /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} |