summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/mozjs24.morph
blob: a325430598a832d7886eafed3050884ae2a986d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: mozjs24
kind: chunk
build-system: manual
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="$DESTDIR" install