mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/nodejs to 0.12.0-3
This commit is contained in:
parent
16f823bd11
commit
385e8ad72b
1 changed files with 5 additions and 5 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.12.0
|
||||
_npmver=2.6.0
|
||||
pkgrel=2
|
||||
_npmver=2.6.1
|
||||
pkgrel=3
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
provides=('nodejs-node-gyp')
|
||||
depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
|
||||
depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
|
||||
makedepends=('python2' 'git' 'procps-ng')
|
||||
optdepends=('python2: for node-gyp')
|
||||
checkdepends=('curl')
|
||||
|
@ -90,8 +90,8 @@ build() {
|
|||
--without-snapshot \
|
||||
--with-arm-float-abi=$EABI \
|
||||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--shared-libuv
|
||||
--shared-zlib
|
||||
# --shared-libuv
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
# --shared-v8-includes=/usr/include
|
||||
|
|
Loading…
Reference in a new issue