diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-22 17:36:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-22 17:36:38 +0700 |
commit | ce1935d000d71358446aa46f328d6ab8d92ec0ff (patch) | |
tree | d803da9f15006dba53b0a4f78369a958d90d3e19 /office/mupdf/mupdf.pc | |
parent | 539b2ab872f087792072dd0f322ecf8f78325e3c (diff) |
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.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/office/mupdf/mupdf.pc b/office/mupdf/mupdf.pc new file mode 100644 index 0000000000000..34bbb1552e72d --- /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} |