From c4dfc1300794428193c57f3b2a50220a2fd99db4 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 26 Feb 2015 16:48:03 +0000 Subject: Morph build f4ffc625556b4d67b90e3a5f7d62167d System branch: master --- strata/chef/libpopt.morph | 6 ++++++ strata/chef/sgdisk.morph | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 strata/chef/libpopt.morph create mode 100644 strata/chef/sgdisk.morph (limited to 'strata/chef') 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" -- cgit v1.2.1