summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/berkeleydb.morph
blob: e6238e7a8aaa78df227d380e55b7fcfcecb69eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: berkeleydb
kind: chunk
build-system: autotools
configure-commands:
- |
  cd build_unix;
  ../dist/configure --prefix="$PREFIX" \
                    --enable-compat185 \
                    --enable-dbm \
                    --enable-cxx
build-commands:
- |
  cd build_unix;
  make
install-commands:
- |
  cd build_unix;
  make DESTDIR="$DESTDIR" install