summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/berkeleydb.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/gnome/berkeleydb.morph')
-rw-r--r--gnome/strata/gnome/berkeleydb.morph18
1 files changed, 18 insertions, 0 deletions
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