mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 4.2.0-2
This commit is contained in:
parent
bb3193f605
commit
60c4af1608
1 changed files with 6 additions and 5 deletions
|
@ -9,19 +9,19 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=4.1.2
|
||||
pkgrel=1
|
||||
pkgver=4.2.0
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
provides=('nodejs-node-gyp')
|
||||
depends=('openssl' 'zlib' 'icu') # 'libuv' 'v8' 'c-ares')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
|
||||
makedepends=('python2' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
|
||||
'0001-arm-fixes.patch')
|
||||
sha256sums=('febec3703a3fea9b64c46100a7b6a4408250027aa8259a2a815fd2275d502c49'
|
||||
sha256sums=('94ea40efeb598fed6e1a78990b698da73275c49876ec551dc36e11513c99fb6b'
|
||||
'13f14499c0a83d282ac07d1116a2d9196b4ae37dbd6914865f0b6549158789c4')
|
||||
|
||||
set_flags_for_arm() {
|
||||
|
@ -85,8 +85,9 @@ build() {
|
|||
--without-snapshot \
|
||||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--shared-libuv \
|
||||
--shared-http-parser \
|
||||
${CONFIG}
|
||||
# --shared-libuv
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
# --shared-v8-includes=/usr/include
|
||||
|
|
Loading…
Reference in a new issue