summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-09 11:53:00 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-09 12:01:02 +0100
commit6dc4a2f57959d407fe832fdfbbadd02e1bf3d15e (patch)
tree44eca5dd81f6bc8ac2e57672d54ec056cafc783b
parentd1c74b1c1e8037a1ce9b0f248f1047df8d3bd667 (diff)
downloaddefinitions-6dc4a2f57959d407fe832fdfbbadd02e1bf3d15e.tar.gz
Build sed
Change-Id: Ifff123b43c1c02e226e2e81efcf63546b22efa43
-rw-r--r--strata/build-essential.morph17
-rw-r--r--strata/build-essential/sed.morph5
2 files changed, 22 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 6ab1ca0c..426dea57 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -426,3 +426,20 @@ chunks:
- stage2-make
- stage2-reset-specs
- glibc
+
+- name: sed
+ morph: strata/build-essential/sed.morph
+ repo: upstream:sed-tarball
+ ref: sed-4.2.2
+ unpetrify-ref: sed-4.2.2
+ 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/sed.morph b/strata/build-essential/sed.morph
new file mode 100644
index 00000000..5f8c4921
--- /dev/null
+++ b/strata/build-essential/sed.morph
@@ -0,0 +1,5 @@
+name: sed
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --disable-nls