genode-ehmry/libretro/games/streemerz/Tupfile

26 lines
495 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}
PKG_DEPENDS += \
2019-05-23 12:08:51 +02:00
@(PUBLIC_SRC_VFS) \
@(PUBLIC_SRC_LIBC) \
_/src/fceumm \
_/src/retro_frontend \
2019-04-12 14:13:31 +02:00
_/raw/$(TARGET_NAME) \
: runtime |> !collect_pkg_runtime |>
2019-04-17 19:49:11 +02:00
2019-06-27 11:48:26 +02:00
include &RAW_RULES)
2019-04-17 19:49:11 +02:00
endif