mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/v8 to 3.16.4.1-3
This commit is contained in:
parent
bf39df6357
commit
aa16aaf365
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=v8
|
||||
pkgver=3.16.4.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Fast and modern javascript engine'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://code.google.com/p/v8'
|
||||
|
@ -79,8 +79,7 @@ package (){
|
|||
# these barf, need updated.
|
||||
# src/v8-3.11.10/out/arm.release/d8
|
||||
# src/v8-3.11.10/out/arm.release/lib.target/libv8.so
|
||||
install -Dm755 out/arm.release/d8 "${pkgdir}/usr/bin/d8"
|
||||
install -Dm755 $srcdir/d8-static-$pkgver/out/arm.release/d8 $pkgdir/usr/bin/d8-static
|
||||
install -Dm755 $srcdir/d8-static-$pkgver/out/arm.release/d8 $pkgdir/usr/bin/d8
|
||||
install -Dm755 out/arm.release/lib.target/libv8.so "${pkgdir}/usr/lib/libv8.so"
|
||||
|
||||
install -d ${pkgdir}/usr/share/licenses/v8
|
||||
|
|
Loading…
Reference in a new issue