v8: update to 3.14.5.
This commit is contained in:
parent
2f9779a084
commit
1f7beae1e4
3 changed files with 34 additions and 17 deletions
|
@ -1,13 +1,18 @@
|
|||
# Template file for 'v8-devel'.
|
||||
#
|
||||
depends="libv8"
|
||||
noarch=yes
|
||||
depends="libv8-${version}_${revision}"
|
||||
short_desc="${short_desc} (Development headers)"
|
||||
long_desc="${long_desc}
|
||||
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.
|
||||
|
||||
This package contains the v8 development headers."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue