genode-ehmry/libretro/games/streemerz/Tupfile

23 lines
421 B
Plaintext
Raw Normal View History

2019-04-17 19:49:11 +02:00
ifndef CONFIG_NO_NETWORK
2019-04-12 14:13:31 +02:00
TARGET_NAME = streemerz
RAW_VERSION = 02
include_rules
: |> wget --quiet https://www.fauxgame.com/downloads/%o \
|> streemerz-v02.zip {zip}
: {zip} |> unzip %f \
README.txt streemerz-v02.nes -d $(RAW_DIR) \
|> $(RAW_DIR)/README.txt $(RAW_DIR)/streemerz-v02.nes {unzipped}
: |> !raw |>
PKG_DEPENDS += \
_/pkg/fceumm \
_/raw/$(TARGET_NAME) \
: runtime |> !collect_pkg_runtime |>
2019-04-17 19:49:11 +02:00
endif