diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-07-15 17:53:14 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-07-17 13:43:29 +0000 |
commit | 287240f4c8e0ed6eb79ecb151125cf2642c58e90 (patch) | |
tree | 7ac04cc459545f7516b74fa3150d9495e2ad4292 /strata/devtools | |
parent | 2a0d0c0283057eb54a218b3dc46675f2f385f7ea (diff) | |
download | definitions-287240f4c8e0ed6eb79ecb151125cf2642c58e90.tar.gz |
Add wget
Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12
Diffstat (limited to 'strata/devtools')
-rw-r--r-- | strata/devtools/wget.morph | 10 |
1 files changed, 10 insertions, 0 deletions
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 |