summaryrefslogtreecommitdiff
path: root/elements/privileges-management/mozjs17.bst
blob: 66ca64053ceed5815dfdf9fe3bd80c6ef4578509 (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: 1c1080f592d4a0005c1765c870f314b3475825ae
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