summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-06 18:36:24 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-20 20:21:20 +0900
commit000257c657705ecf7dc650d54cdafbb99811df04 (patch)
tree311af6eaf3618ea4d26203fcbb467fb7fd13c350
parent3e141fe1af4f2e417105afdc79dfb1a250db04ec (diff)
downloaddefinitions-000257c657705ecf7dc650d54cdafbb99811df04.tar.gz
Added gawk to the new build-essential
-rw-r--r--strata/build-essential.morph13
-rw-r--r--strata/build-essential/gawk.morph5
2 files changed, 18 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 5b774aff..e3e4e865 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -107,3 +107,16 @@ chunks:
- linux-api-headers
- glibc
- gcc-runtime
+
+- name: gawk
+ morph: strata/build-essential/gawk.morph
+ repo: upstream:gawk
+ ref: dc5af665700d9b04fdf9c18930526d28eef5d5d9
+ unpetrify-ref: gawk-4.1.1
+ build-depends:
+ - static-sed
+ - static-gawk
+ - static-bash
+ - linux-api-headers
+ - glibc
+ - gcc-runtime
diff --git a/strata/build-essential/gawk.morph b/strata/build-essential/gawk.morph
new file mode 100644
index 00000000..1ad871c6
--- /dev/null
+++ b/strata/build-essential/gawk.morph
@@ -0,0 +1,5 @@
+name: gawk
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --disable-nls