aboutsummaryrefslogtreecommitdiff
path: root/lang/v8/files/v8.pc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8/files/v8.pc')
-rw-r--r--lang/v8/files/v8.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/v8/files/v8.pc b/lang/v8/files/v8.pc
new file mode 100644
index 000000000000..8d9970831e04
--- /dev/null
+++ b/lang/v8/files/v8.pc
@@ -0,0 +1,11 @@
+prefix=%%PREFIX%%
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: v8
+Description: V8 JavaScript Engine
+Version: @VERSION@
+Requires: icu-uc, icu-i18n, v8_libbase = @VERSION@
+Libs: -L${libdir} -lv8 -pthread
+Cflags: -I${includedir}