mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
v8-3.16: revbump to update metadata objs.
This commit is contained in:
parent
57bd5d9a0a
commit
88c1987719
1 changed files with 3 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
||||||
pkgname=v8-3.16
|
pkgname=v8-3.16
|
||||||
_sonamever="3.16"
|
_sonamever="3.16"
|
||||||
version=${_sonamever}.8.1
|
version=${_sonamever}.8.1
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="which python"
|
hostmakedepends="python"
|
||||||
makedepends="readline-devel>=6.3"
|
makedepends="readline-devel>=6.3"
|
||||||
short_desc="V8 JavaScript Engine (v3.16)"
|
short_desc="V8 JavaScript Engine (v3.16)"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -13,6 +13,7 @@ conflicts="v8>=3.20"
|
||||||
distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/v8-${version}.tar.bz2"
|
distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/v8-${version}.tar.bz2"
|
||||||
checksum=b99ffa913e8f00b8fdb3b58cadf2addbbf60549a5be8d12a6c0b7095a36ac7e0
|
checksum=b99ffa913e8f00b8fdb3b58cadf2addbbf60549a5be8d12a6c0b7095a36ac7e0
|
||||||
wrksrc="v8-$version"
|
wrksrc="v8-$version"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64) _target="x64";;
|
x86_64) _target="x64";;
|
||||||
i686) _target="ia32";;
|
i686) _target="ia32";;
|
||||||
|
@ -31,7 +32,6 @@ do_build() {
|
||||||
CXX.host=${CXX} CXX.link=${CXX} LINK.target=${CXX} \
|
CXX.host=${CXX} CXX.link=${CXX} LINK.target=${CXX} \
|
||||||
BUILTYPE=Release
|
BUILTYPE=Release
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall out/$_target.release/d8 755 usr/bin
|
vinstall out/$_target.release/d8 755 usr/bin
|
||||||
vinstall out/$_target.release/lib.target/libv8.so.${_sonamever} 755 usr/lib
|
vinstall out/$_target.release/lib.target/libv8.so.${_sonamever} 755 usr/lib
|
||||||
|
@ -51,10 +51,8 @@ v8-3.16-devel_package() {
|
||||||
vmove usr/lib/libv8.so
|
vmove usr/lib/libv8.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libv8-3.16_package() {
|
libv8-3.16_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
conflicts=""
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libv8.so.${_sonamever}
|
vmove usr/lib/libv8.so.${_sonamever}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue