summaryrefslogtreecommitdiff
path: root/community/nodejs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r--community/nodejs/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 9ab64b439..066c0c47d 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75455 2012-08-24 19:14:55Z bpiotrowski $
+# $Id: PKGBUILD 76180 2012-09-12 17:56:42Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -8,18 +8,17 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.8.8
+pkgver=0.8.9
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
license=('MIT')
-depends=('python2')
+depends=('openssl' 'python2') #'v8')
checkdepends=('curl') # curl used for check()
-optdepends=('openssl: TLS support')
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('f4dae84e96a94b768404c14633bccd49')
+md5sums=('5470b3951a3b2684cfa71027801bd19d')
build() {
cd node-v${pkgver}
@@ -33,7 +32,10 @@ build() {
./configure \
--prefix=/usr \
- --shared-openssl
+ --shared-openssl \
+# --shared-v8 \
+# --shared-v8-libpath=/usr/lib \
+# --shared-v8-includes=/usr/include
make
}