summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/berkeleydb.morph18
2 files changed, 23 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index cc7ebf0e..8ae226f3 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -127,6 +127,11 @@ chunks:
build-depends:
- ibus
- libhangul
+- name: berkeleydb
+ morph: strata/gnome/berkeleydb.morph
+ repo: upstream:berkeleydb
+ ref: 780b92ada9afcf1d58085a83a0b9e6bc982203d1
+ unpetrify-ref: db-6.1.23
- name: libcanberra
repo: upstream:libcanberra
ref: c0620e432650e81062c1967cc669829dbd29b310
diff --git a/strata/gnome/berkeleydb.morph b/strata/gnome/berkeleydb.morph
new file mode 100644
index 00000000..e6238e7a
--- /dev/null
+++ b/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