summaryrefslogtreecommitdiff
path: root/elements/privileges-management/mozjs17.bst
blob: c22a78336ca2a27d06036c77b73dbb3cdf8c0b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
kind: manual
depends:
- foundation.bst
- glib-common.bst
- network-security.bst
- python2-core.bst
sources:
- kind: git
  url: upstream:mozilla/mozjs17
  track: baserock/gnome
  ref: c8e33aaaba2787d3c94eba00257051400d106e76
config:
  configure-commands:
  - |
    cd js/src;
    ./configure --prefix="%{prefix}" \
                --sysconfdir=/etc \
                --with-system-nspr \
                --with-system-ffi \
                --enable-threadsafe
  build-commands:
  - |
    cd js/src;
    make
  install-commands:
  - cd js/src; make DESTDIR="%{install-root}" install