summaryrefslogtreecommitdiff
path: root/elements/nodejs/node.bst
blob: 3890cd9040459aa76004e1f56a1894067d416ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kind: manual
depends:
- core.bst
- python2-core.bst
sources:
- kind: git
  url: upstream:node
  track: v0.10.26
  ref: cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
config:
  configure-commands:
  - ./configure --prefix="%{prefix}"
  build-commands:
  - make
  install-commands:
  - make DESTDIR="%{install-root}" install