summaryrefslogtreecommitdiff
path: root/strata/chef
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-26 16:48:03 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-26 16:48:03 +0000
commitc4dfc1300794428193c57f3b2a50220a2fd99db4 (patch)
tree4dea683acad508acc0d5b8ef7fc6ec4809a42d75 /strata/chef
parentd1b2ab6ebae309e2f3505d8eaad7c311ae8e61fd (diff)
downloaddefinitions-c4dfc1300794428193c57f3b2a50220a2fd99db4.tar.gz
Morph build f4ffc625556b4d67b90e3a5f7d62167d
System branch: master
Diffstat (limited to 'strata/chef')
-rw-r--r--strata/chef/libpopt.morph6
-rw-r--r--strata/chef/sgdisk.morph6
2 files changed, 12 insertions, 0 deletions
diff --git a/strata/chef/libpopt.morph b/strata/chef/libpopt.morph
new file mode 100644
index 00000000..6adde30c
--- /dev/null
+++ b/strata/chef/libpopt.morph
@@ -0,0 +1,6 @@
+name: libpopt
+kind: chunk
+build-system: autotools
+configure-commands:
+- autoreconf -if
+- ./configure
diff --git a/strata/chef/sgdisk.morph b/strata/chef/sgdisk.morph
new file mode 100644
index 00000000..aaf3807c
--- /dev/null
+++ b/strata/chef/sgdisk.morph
@@ -0,0 +1,6 @@
+name: sgdisk
+kind: chunk
+build-commands:
+- make
+install-commands:
+- install -D -m 0755 -o root -g root sgdisk "$DESTDIR$PREFIX/bin/sgdisk"