genode-ehmry/runtimes/soyuz/Tupfile

28 lines
531 B
Plaintext
Raw Normal View History

2019-03-24 14:00:23 +01:00
ifndef CONFIG_NO_NETWORK
2019-03-30 15:33:04 +01:00
TARGET_NAME = soyuz
PKG_DEPENDS += \
@(SDK_USER)/src/vfs/@(SDK_VERSION) \
@(SDK_USER)/src/libc/@(SDK_VERSION) \
@(SDK_USER)/src/stdcxx/@(SDK_VERSION) \
_/src/dosbox-libretro \
_/src/retro_frontend \
_/raw/soyuz \
2019-03-16 16:25:09 +01:00
include_rules
2019-03-30 15:33:04 +01:00
: |> wget --quiet https://ce.gl/ports/dist/soyuz/%o |> soyuz.zip {zip}
2019-03-16 16:25:09 +01:00
2019-03-30 15:33:04 +01:00
: {zip} \
2019-03-16 18:42:42 +01:00
|> unzip %f -d soyuz ; tar cf %o dosbox.conf soyuz ; rm -r soyuz \
2019-03-30 15:33:04 +01:00
|> soyuz.tar {tar}
2019-03-16 16:25:09 +01:00
2019-03-30 15:33:04 +01:00
: {tar} |> !collect_raw |>
: |> !raw |>
2019-03-16 18:42:42 +01:00
2019-03-30 15:33:04 +01:00
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>
2019-03-24 14:00:23 +01:00
endif