- Use SUB_FILES for pkgconfig files (v8*.pc) - Sort PLIST - Update pkg-descr - Update WWW Changes: https://v8.dev/blog/v8-release-89 https://v8.dev/blog/v8-release-90
10 lines
240 B
PkgConfig
10 lines
240 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: v8
|
|
Description: V8 JavaScript Engine - Platform library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lv8_libplatform -pthread
|
|
Cflags: -I${includedir}
|