community/nodejs 0.8.18-2

This commit is contained in:
WarheadsSE 2013-01-24 18:07:08 -05:00
parent d20e686112
commit d06a24d4d9

View file

@ -8,13 +8,13 @@
pkgname=nodejs
pkgver=0.8.18
pkgrel=1
pkgrel=2
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'arm')
url='http://nodejs.org/'
license=('MIT')
makedepends=('v8' 'python2')
depends=('python2' 'v8')
makedepends=('python2')
depends=('python2')
checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
options=('!emptydirs !strip')
@ -69,10 +69,10 @@ fi
./configure \
--prefix=/usr \
--without-snapshot \
--with-arm-float-abi=$EABI \
--shared-v8 \
--shared-v8-libpath=/usr/lib \
--shared-v8-includes=/usr/include
--with-arm-float-abi=$EABI
# --shared-v8 \
# --shared-v8-libpath=/usr/lib \
# --shared-v8-includes=/usr/include
# --shared-openssl \