From 287240f4c8e0ed6eb79ecb151125cf2642c58e90 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 15 Jul 2015 17:53:14 +0000 Subject: Add wget Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12 --- strata/devtools/wget.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/devtools/wget.morph (limited to 'strata/devtools') 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 -- cgit v1.2.1