summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-22 17:15:23 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-22 17:15:23 +0000
commita48c4c545deb4b7488cc04992f3d865dcb4d3012 (patch)
treecd92d2d1c6dcb67a97cc91360354d13741027786
parent347505c2183a98fbd248e9be6bc7287d645e8f33 (diff)
downloadopenssh-a48c4c545deb4b7488cc04992f3d865dcb4d3012.tar.gz
add morph
-rw-r--r--openssh.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/openssh.morph b/openssh.morph
new file mode 100644
index 00000000..60ba245e
--- /dev/null
+++ b/openssh.morph
@@ -0,0 +1,13 @@
+{
+ "name": "openssh",
+ "kind": "chunk",
+ "configure-commands": [
+ "./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}