15 lines
355 B
PkgConfig
15 lines
355 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/../include
|
||
|
|
||
|
Name: JasPer
|
||
|
Description: Image Processing/Coding Tool Kit with JPEG-2000 Support
|
||
|
Version: 4.2.4
|
||
|
|
||
|
Libs: "-L${libdir}" -ljasperd
|
||
|
Requires.private: libjpeg
|
||
|
Cflags: "-I${includedir}/jasper" "-I${includedir}"
|
||
|
Cflags.private: -DLIBJASPER_STATIC_DEFINE
|
||
|
|