# Template file for 'v8' pkgname=v8 version=3.11.10.12 distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-$version.tar.bz2" makedepends="python readline-devel which" revision=1 short_desc="V8 JavaScript Engine" maintainer="davehome " homepage="http://code.google.com/p/v8/" license="BSD" checksum=fc7b0e54ba1d5f07ce0bb9cf0f09aab66c9aa14861e5e8a28ef0bb2a3f729430 long_desc=" V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application. This package contains v8 the utilities mksnapshot and the d8 shell." subpackages="${pkgname}-devel lib${pkgname}" do_build() { make ${makejobs} native library=shared console=readline disassembler=on liveobjectlist=on } do_install() { vinstall out/native/d8 755 usr/bin vinstall out/native/mksnapshot 755 usr/bin vinstall out/native/lib.target/lib${pkgname}.so 755 usr/lib vinstall include/${pkgname}-debug.h 644 usr/include vinstall include/${pkgname}-preparser.h 644 usr/include vinstall include/${pkgname}-profiler.h 644 usr/include vinstall include/${pkgname}-testing.h 644 usr/include vinstall include/${pkgname}.h 644 usr/include vinstall include/${pkgname}stdint.h 644 usr/include }