summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-15 17:53:14 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-07-17 13:43:29 +0000
commit287240f4c8e0ed6eb79ecb151125cf2642c58e90 (patch)
tree7ac04cc459545f7516b74fa3150d9495e2ad4292
parent2a0d0c0283057eb54a218b3dc46675f2f385f7ea (diff)
downloaddefinitions-287240f4c8e0ed6eb79ecb151125cf2642c58e90.tar.gz
Add wget
Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12
-rw-r--r--strata/devtools.morph5
-rw-r--r--strata/devtools/wget.morph10
2 files changed, 15 insertions, 0 deletions
diff --git a/strata/devtools.morph b/strata/devtools.morph
index 5fb93c1d..0f54f7bb 100644
--- a/strata/devtools.morph
+++ b/strata/devtools.morph
@@ -36,3 +36,8 @@ chunks:
repo: upstream:git-review
ref: 79262a52301c146a6b60d09a828661a83a5f5ba7
unpetrify-ref: master
+- name: wget
+ morph: strata/devtools/wget.morph
+ repo: upstream:wget
+ ref: b4440d96cf8173d68ecaa07c36b8f4316ee794d0
+ unpetrify-ref: v1.16
diff --git a/strata/devtools/wget.morph b/strata/devtools/wget.morph
new file mode 100644
index 00000000..a3a7995a
--- /dev/null
+++ b/strata/devtools/wget.morph
@@ -0,0 +1,10 @@
+name: wget
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+# rsync is needed if we want the bootstrap script to download .po files,
+# we can't download into our chroot so we remove this dependency
+- sed -i '/^buildreq="/,/"/ { /^rsync.*/ d }' bootstrap.conf
+- ./bootstrap --no-bootstrap-sync --skip-po
+configure-commands:
+- ./configure --prefix="$PREFIX" --with-ssl=openssl