mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
11 lines
449 B
PkgConfig
11 lines
449 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: modest
|
|
Description: Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies
|
|
Version: 0.0.6
|
|
Cflags: -I${includedir}/modest -I${includedir}/mycore -I${includedir}/mycss -I${includedir}/myencoding -I${includedir}/myfont -I${includedir}/myhtml -I${includedir}/myunicode -I${includedir}/myurl
|
|
Libs: -L${libdir} -lmodest
|