From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/build-essential-linux-api-headers.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chunks/build-essential-linux-api-headers.morph (limited to 'chunks/build-essential-linux-api-headers.morph') diff --git a/chunks/build-essential-linux-api-headers.morph b/chunks/build-essential-linux-api-headers.morph new file mode 100644 index 00000000..05762306 --- /dev/null +++ b/chunks/build-essential-linux-api-headers.morph @@ -0,0 +1,9 @@ +name: linux-api-headers +kind: chunk +repo: upstream:linux +ref: eff825d6e284eb0fb04b434429a3e3b2e10cabf8 +install-commands: +- make mrproper +- ARCH=$(./morph-arch) make INSTALL_HDR_PATH=dest headers_install +- install -d "$DESTDIR${PREFIX-/usr}/include" +- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include" -- cgit v1.2.1