Added some libs

This commit is contained in:
XargonWan 2022-03-23 07:55:21 +01:00
parent 25a433abd6
commit 058d0256a4
3 changed files with 23 additions and 0 deletions

View file

@ -192,6 +192,26 @@ modules:
# TODO 351elec-es-packages batocera-config batocera-scraper batocera-settings runemu.py setsettings.py # TODO 351elec-es-packages batocera-config batocera-scraper batocera-settings runemu.py setsettings.py
- name: glibc
buildsystem: simple
build-commands:
- tar --use-compress-program=unzstd -xvf glibc-2.35-3-x86_64.pkg.tar.zst
- cp -r usr/lib/* /app/lib/
cleanup: ['*']
sources:
- type: file
path: glibc-2.35-3-x86_64.pkg.tar.zst
- name: lib32-glibc
buildsystem: simple
build-commands:
- tar --use-compress-program=unzstd -xvf lib32-glibc-2.35-3-x86_64.pkg.tar.zst
- cp -r usr/lib/* /app/lib/
cleanup: ['*']
sources:
- type: file
path: lib32-glibc-2.35-3-x86_64.pkg.tar.zst
- name: retrodeck - name: retrodeck
buildsystem: simple buildsystem: simple
build-commands: build-commands:
@ -327,6 +347,7 @@ modules:
- cp lib*.so.* /app/lib/ - cp lib*.so.* /app/lib/
# move other files (check old install script) # move other files (check old install script)
cleanup: ['*']
sources: sources:
- type: file - type: file
path: retrodeck.sh path: retrodeck.sh
@ -374,5 +395,7 @@ modules:
path: libc.so.6 path: libc.so.6
- type: file - type: file
path: libcurl.so.4 path: libcurl.so.4
- type: file
path: ld-linux-x86-64.so.2
# create desktop entry # create desktop entry

Binary file not shown.

Binary file not shown.