mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
node.js 0.10.28-1 to 0.10.28-2
This commit is contained in:
parent
e5173a556f
commit
0d5d6eac4b
1 changed files with 6 additions and 1 deletions
|
@ -8,11 +8,12 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.28
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
provides=('nodejs-node-gyp')
|
||||
makedepends=('python2')
|
||||
optdepends=('python2: for node-gyp')
|
||||
checkdepends=('curl')
|
||||
|
@ -110,6 +111,10 @@ 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
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue