community/nodejs to 0.10.28-3

This commit is contained in:
Kevin Mihelich 2014-05-06 13:22:03 +00:00
parent 3721cb01cb
commit 86483cd4b0

View file

@ -8,7 +8,7 @@
pkgname=nodejs
pkgver=0.10.28
pkgrel=2
pkgrel=3
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'arm')
url='http://nodejs.org/'
@ -90,7 +90,7 @@ build() {
check() {
cd node-v${pkgver}
make test || true
make test || ;
}
package() {
@ -112,9 +112,8 @@ package() {
install -D -m644 LICENSE \
${pkgdir}/usr/share/licenses/nodejs/LICENSE
# Why the hell wasn't this installed?! FS#40221
ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp "$pkgdir"/usr/bin/node-gyp
ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp
}
# vim:set ts=2 sw=2 et: