genode-ehmry/runtimes/topbench/Tupfile

28 lines
602 B
Plaintext

ifndef CONFIG_NO_NETWORK
TARGET_NAME = topbench
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/topbench \
include_rules
: |> wget --quiet https://github.com/MobyGamer/TOPBENCH/releases/download/0.38.h/%o |> TOPBV38H.ZIP {zip}
: {zip} \
|> unzip -L %f -d tmp ; tar cf %o -C tmp . ; rm -r tmp \
|> $(DEPOT_RAW_DIR)/%d/@(DEPOT_VERSION)/TOPBV38H.tar {raw}
: {zip} |> !collect_raw |>
: |> !raw |>
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>
endif