mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
Build patched tcc-0.9.26 from tarball
This commit is contained in:
parent
40f40ea850
commit
987113f0a6
8 changed files with 32 additions and 40 deletions
8
sysa.py
8
sysa.py
|
|
@ -194,7 +194,6 @@ class SysA:
|
|||
|
||||
self.create_configuration_file()
|
||||
self.deploy_extra_files()
|
||||
self.tcc_0_9_26()
|
||||
self.get_packages()
|
||||
|
||||
def create_configuration_file(self):
|
||||
|
|
@ -215,10 +214,6 @@ class SysA:
|
|||
|
||||
shutil.copy2(os.path.join(self.git_dir, 'SHA256SUMS.sources'), self.after_dir)
|
||||
|
||||
def tcc_0_9_26(self):
|
||||
"""TinyCC 0.9.26 (patched by janneke)"""
|
||||
copytree(os.path.join(self.sysa_dir, 'tcc-0.9.26'), self.after_dir)
|
||||
|
||||
# pylint: disable=line-too-long,too-many-statements
|
||||
def get_packages(self):
|
||||
"""Prepare remaining sources"""
|
||||
|
|
@ -228,6 +223,9 @@ class SysA:
|
|||
"https://download.savannah.gnu.org/releases/nyacc/nyacc-1.00.2.tar.gz"],
|
||||
output=["mes.tar.gz", "nyacc-1.00.2.tar.gz"])
|
||||
|
||||
# tcc 0.9.26 patched by janneke
|
||||
self.get_file("https://lilypond.org/janneke/tcc/tcc-0.9.26-1136-g5bba73cc.tar.gz", output="tcc-0.9.26.tar.gz")
|
||||
|
||||
# gzip 1.2.4
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gzip/gzip-1.2.4.tar", mkbuild=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue