summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 15:34:24 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 15:34:24 +0000
commit136d11625a97a3e64a7022091610d630c60dd44e (patch)
treec98618da16a88e04c82db24c701a14546bc49439
parentf4cf25cebdc982459ba995fe30d9dbd4f54f0626 (diff)
downloadgdbm-136d11625a97a3e64a7022091610d630c60dd44e.tar.gz
add morph
lfs suggests the option for compatibility with older programs, it may not be needed
-rw-r--r--gdbm.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdbm.morph b/gdbm.morph
new file mode 100644
index 0000000..6a7b54f
--- /dev/null
+++ b/gdbm.morph
@@ -0,0 +1,14 @@
+{
+ "name": "gdbm",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "./configure --prefix=/usr --enable-libgdbm-compat"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}