Initial commit
This commit is contained in:
@@ -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} -lmupdf
|
||||
Libs.private: -lmujs -lgumbo -lopenjp2 -ljbig2dec -ljpeg -lz -lm
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user