aboutsummaryrefslogtreecommitdiffstats
path: root/testing/v8/v8.pc
diff options
context:
space:
mode:
authork0r10n <k0r10n.dev@gmail.com>2014-09-23 17:10:28 +0400
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-25 11:25:46 +0000
commitc44d7e7c4825ac1509f17fcc1d3c8d865ed4892a (patch)
treed633095bffbd46587964b18b066da49d2e93c1e5 /testing/v8/v8.pc
parente946cbbea57e87623d4d68a0eeda606f9ed247af (diff)
downloadaports-c44d7e7c4825ac1509f17fcc1d3c8d865ed4892a.tar.bz2
aports-c44d7e7c4825ac1509f17fcc1d3c8d865ed4892a.tar.xz
testing/v8: Upgrade v8 Java Script Engine to 3.26.31.15
Diffstat (limited to 'testing/v8/v8.pc')
-rwxr-xr-xtesting/v8/v8.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/v8/v8.pc b/testing/v8/v8.pc
new file mode 100755
index 0000000000..f3e604becf
--- /dev/null
+++ b/testing/v8/v8.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib
+includedir=${prefix}/include
+
+Name: v8
+Description: V8 JavaScript Engine
+Version: @VERSION@
+Libs: -L${libdir} -lv8 -pthread
+Cflags: -I${includedir}