summaryrefslogtreecommitdiff
path: root/strata/gnome/mozjs17.morph
blob: 971ebfd37fc10b8ff18840a1859592d360f82165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: mozjs17
kind: chunk
build-system: manual
configure-commands:
- |
  cd js/src;
  ./configure --prefix="$PREFIX" \
              --with-system-nspr \
              --with-system-ffi \
              --enable-threadsafe
build-commands:
- |
  cd js/src;
  make
install-commands:
- cd js/src;
  make DESTDIR="$DESTDIR" install