summaryrefslogtreecommitdiff
path: root/strata/chef
diff options
context:
space:
mode:
Diffstat (limited to 'strata/chef')
-rw-r--r--strata/chef/libpopt.morph6
-rw-r--r--strata/chef/sgdisk.morph7
2 files changed, 13 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..e792f9d9
--- /dev/null
+++ b/strata/chef/sgdisk.morph
@@ -0,0 +1,7 @@
+name: sgdisk
+kind: chunk
+build-commands:
+- make
+install-commands:
+- install -D -m 0755 -o root -g root sgdisk "$DESTDIR$PREFIX/bin/sgdisk"
+