Add file downloading logic

Add urls to sysc, and modify some tarballs to http (non s) before ssl
This commit is contained in:
fosslinux 2022-05-12 19:50:28 +10:00
parent 39541e30f5
commit 8008de8e73
42 changed files with 110 additions and 152 deletions

View file

@ -2,6 +2,8 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
urls="https://www.hboehm.info/gc/gc_source/gc-8.0.4.tar.gz"
src_prepare() {
autoreconf-2.71 -fi
}