summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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