genode-ehmry/runtimes/cave_story/cave_story-en/Tupfile

20 lines
366 B
Plaintext
Raw Normal View History

2019-06-27 11:48:26 +02:00
ifndef CONFIG_OFFLINE
2019-03-24 13:06:04 +01:00
2019-03-30 15:33:04 +01:00
TARGET_NAME = cave_story-en
2019-03-24 20:04:00 +01:00
PKG_DEPENDS += \
2019-03-30 15:33:04 +01:00
_/raw/cave_story-en \
2019-03-24 13:06:04 +01:00
2019-03-20 00:55:54 +01:00
include_rules
: |> wget --quiet https://www.cavestory.org/downloads/%o |> cavestoryen.zip {zip}
2019-03-24 20:04:00 +01:00
: {zip} |> unzip -qD %f -d tmp ; tar cf %o -C tmp/CaveStory . ; rm -r tmp |> doukutsu.tar {tar}
2019-03-24 13:06:04 +01:00
RAW_VERSION = 2004.12
2019-03-24 20:04:00 +01:00
: {tar} |> !collect_raw |>
2019-06-27 11:48:26 +02:00
include &(RAW_RULES)
2019-03-20 15:04:15 +01:00
2019-03-24 20:04:00 +01:00
endif