mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
Change sources getting method.
- Rather than defining the urls where they are gotten (python sysa, python sysc, inside sysc), a spec file is now used that is easily interpretable and tool-independent. - This is interpreted by rootfs.py and inside sysc. - This is also used to make sources available and extract sources. - Manual dirname selection is no longer required as is tarball renaming upon download - all of this is handled automatically. Fixes #188
This commit is contained in:
parent
64ae760529
commit
10a55522a2
171 changed files with 295 additions and 705 deletions
1
sysa/tcc-0.9.26/sources
Normal file
1
sysa/tcc-0.9.26/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://lilypond.org/janneke/tcc/tcc-0.9.26-1136-g5bba73cc.tar.gz 23cacd448cff2baf6ed76c2d1e2d654ff4e557046e311dfb6be7e1c631014ef8 tcc-0.9.26.tar.gz
|
||||
|
|
@ -17,6 +17,10 @@ MES=${bindir}/mes
|
|||
TCC_TAR=tcc-0.9.26
|
||||
TCC_PKG=tcc-0.9.26-1136-g5bba73cc
|
||||
|
||||
# Check tarball checksums
|
||||
checksum-transcriber sources
|
||||
sha256sum -c sources.SHA256SUM
|
||||
|
||||
# Unpack
|
||||
mkdir src build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue