mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs > 0.8.17, system v8
This commit is contained in:
parent
4da2088cd5
commit
3201f445cb
1 changed files with 12 additions and 11 deletions
|
@ -4,21 +4,22 @@
|
|||
# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
|
||||
# Contributor: Masutu Subric <masutu.arch at googlemail dot com>
|
||||
# Contributor: TIanyi Cui <tianyicui@gmail.com>
|
||||
# Contributor: Jason Plum <max@warheads.net>
|
||||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.16
|
||||
pkgrel=1.1
|
||||
pkgver=0.8.17
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
depends=('python2')
|
||||
makedepends=('v8' 'python2')
|
||||
depends=('python2' 'v8')
|
||||
checkdepends=('curl') # curl used for check()
|
||||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs')
|
||||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
sha1sums=('6479366bfbc2b4392f7f496dec55b5ab719308c0')
|
||||
sha1sums=('65d22e4e183cee8888c797300d8fdbb5c530c740')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
@ -68,14 +69,14 @@ fi
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-snapshot \
|
||||
--with-arm-float-abi=$EABI
|
||||
--with-arm-float-abi=$EABI \
|
||||
--shared-v8 \
|
||||
--shared-v8-libpath=/usr/lib \
|
||||
--shared-v8-includes=/usr/include
|
||||
# --shared-openssl \
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
# --shared-v8-includes=/usr/include \
|
||||
|
||||
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Reference in a new issue