v8: remove long_desc.
This commit is contained in:
parent
b75451cca5
commit
66c8f9215e
|
@ -2,27 +2,15 @@
|
|||
pkgname=v8
|
||||
_sonamever="3.20"
|
||||
version=${_sonamever}.17.13
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="which python"
|
||||
makedepends="readline-devel"
|
||||
short_desc="V8 JavaScript Engine"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://code.google.com/p/v8/"
|
||||
license="BSD"
|
||||
distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/v8-${version}.tar.bz2"
|
||||
checksum=472dcceb944685243b405ec131e3205ef5754110b0031c2cb135a44db6fa8755
|
||||
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 the v8 utilities and the d8 shell."
|
||||
|
||||
hostmakedepends="which python"
|
||||
makedepends="readline-devel"
|
||||
|
||||
do_build() {
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
|
|
Loading…
Reference in New Issue