From 2fcd4b64c56f73c3f069dd1cd81275d20505b1f5 Mon Sep 17 00:00:00 2001 From: Jim MacArthur Date: Fri, 16 Jan 2015 12:13:48 +0000 Subject: Add morphs for sgdisk and libpopt --- strata/core/libpopt.morph | 10 ++++++++++ strata/core/sgdisk.morph | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 strata/core/libpopt.morph create mode 100644 strata/core/sgdisk.morph (limited to 'strata/core') diff --git a/strata/core/libpopt.morph b/strata/core/libpopt.morph new file mode 100644 index 00000000..ae27432c --- /dev/null +++ b/strata/core/libpopt.morph @@ -0,0 +1,10 @@ +name: libpopt +kind: chunk +configure-commands: +- autoreconf -if +- ./configure +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install + diff --git a/strata/core/sgdisk.morph b/strata/core/sgdisk.morph new file mode 100644 index 00000000..e792f9d9 --- /dev/null +++ b/strata/core/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" + -- cgit v1.2.1