mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ce1935d000
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
301 B
PkgConfig
12 lines
301 B
PkgConfig
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}
|