genode-ehmry/runtimes/soyuz/Tupfile

28 lines
476 B
Plaintext
Raw Normal View History

2019-06-27 11:48:26 +02:00
ifndef CONFIG_OFFLINE
2019-03-30 15:33:04 +01:00
TARGET_NAME = soyuz
PKG_DEPENDS += \
2019-05-23 12:08:51 +02:00
@(PUBLIC_SRC_VFS) \
@(PUBLIC_SRC_LIBC) \
@(PUBLIC_SRC_STDCXX) \
_/src/dosbox \
2019-03-30 15:33:04 +01:00
_/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 |>
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>
2019-03-24 14:00:23 +01:00
2019-06-27 11:48:26 +02:00
include &(RAW_RULES)
2019-03-24 14:00:23 +01:00
endif