From c63579e72a73a5046e4bfb609db3465177a01e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 9 Sep 2016 12:58:54 +0100 Subject: Build grep-tarball Change-Id: Ia29fb81916d887d3a72d87d0e37ce33c1db500a1 --- strata/build-essential.morph | 17 +++++++++++++++++ strata/build-essential/grep-tarball.morph | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 strata/build-essential/grep-tarball.morph diff --git a/strata/build-essential.morph b/strata/build-essential.morph index 426dea57..83653981 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -443,3 +443,20 @@ chunks: - stage2-make - stage2-reset-specs - glibc + +- name: grep-tarball + morph: strata/build-essential/grep-tarball.morph + repo: upstream:grep-tarball + ref: 28ef1abc10cfbc2c3d2747c008eb2300858d0426 + unpetrify-ref: grep-2.25 + build-depends: + - stage2-binutils + - stage2-busybox + - stage2-glibc + - stage2-fhs-dirs + - stage2-gawk + - stage2-gcc + - stage2-linux-api-headers + - stage2-make + - stage2-reset-specs + - glibc diff --git a/strata/build-essential/grep-tarball.morph b/strata/build-essential/grep-tarball.morph new file mode 100644 index 00000000..d862e06f --- /dev/null +++ b/strata/build-essential/grep-tarball.morph @@ -0,0 +1,5 @@ +name: grep-tarball +kind: chunk +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --disable-nls -- cgit v1.2.1