genode-ehmry/runtimes/soyuz/Tupfile

17 lines
402 B
Plaintext
Raw Normal View History

2019-03-24 14:00:23 +01:00
ifndef CONFIG_NO_NETWORK
2019-03-16 16:25:09 +01:00
include_rules
2019-03-24 14:00:23 +01:00
: |> wget --quiet https://ce.gl/ports/dist/soyuz/%o |> soyuz.zip
2019-03-16 16:25:09 +01:00
: soyuz.zip \
2019-03-16 18:42:42 +01:00
|> unzip %f -d soyuz ; tar cf %o dosbox.conf soyuz ; rm -r soyuz \
2019-03-16 16:25:09 +01:00
|> $(DEPOT_RAW_DIR)/%d/@(DEPOT_VERSION)/soyuz.tar {raw}
2019-03-16 18:42:42 +01:00
: runtime |> !runtime_to_depot |> {package}
: archives |> !archives_to_depot |> {package}
: {package} |> !publish_pkg |>
2019-03-16 16:25:09 +01:00
: {raw} |> !publish_raw |>
2019-03-24 14:00:23 +01:00
endif