From ec458e22d52b15458636a1f550e55e92a4fee962 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 31 Oct 2016 15:09:29 +0900 Subject: Move gnome systems, clusters and strata into gnome subdirectory Change-Id: I44b4df44b0b144a09977a009595124b4d04128c6 --- gnome/strata/gnome/berkeleydb.morph | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gnome/strata/gnome/berkeleydb.morph (limited to 'gnome/strata/gnome/berkeleydb.morph') diff --git a/gnome/strata/gnome/berkeleydb.morph b/gnome/strata/gnome/berkeleydb.morph new file mode 100644 index 00000000..e6238e7a --- /dev/null +++ b/gnome/strata/gnome/berkeleydb.morph @@ -0,0 +1,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 -- cgit v1.2.1