libretro-genode/runtimes/soyuz/Tupfile
Emery Hemingway 21f1c163fb Finalize raw packages using "include $(RAW_RULES)"
See 'Finalize binary packages using "include $(BIN_RULES)"'.
2019-04-27 20:18:13 +02:00

28 lines
539 B
Plaintext

ifndef CONFIG_NO_NETWORK
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 \
include_rules
: |> wget --quiet https://ce.gl/ports/dist/soyuz/%o |> soyuz.zip {zip}
: {zip} \
|> unzip %f -d soyuz ; tar cf %o dosbox.conf soyuz ; rm -r soyuz \
|> soyuz.tar {tar}
: {tar} |> !collect_raw |>
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>
include $(RAW_RULES)
endif