genode-ehmry/libretro/tests/240pSuite-SNES/Tupfile

21 lines
464 B
Plaintext
Raw Normal View History

2019-04-09 22:28:22 +02:00
TARGET_NAME = 240pSuite-SNES
2019-04-12 14:13:31 +02:00
RAW_VERSION = 1.03
2019-04-09 22:28:22 +02:00
include_rules
2019-04-12 14:13:31 +02:00
# Mirrored here, fuck sourceforge
: 240pSuite-SNES-$(RAW_VERSION).zip |> unzip %f \
240pSuite.sfc README.TXT \
-d $(RAW_DIR) \
|> $(RAW_DIR)/240pSuite.sfc $(RAW_DIR)/README.TXT {unzipped}
2019-04-09 22:28:22 +02:00
PKG_DEPENDS += \
2019-05-23 12:08:51 +02:00
@(PUBLIC_SRC_VFS) \
@(PUBLIC_SRC_LIBC) \
@(PUBLIC_SRC_STDCXX) \
_/src/snes9x \
_/src/retro_frontend \
2019-04-09 22:28:22 +02:00
_/raw/$(TARGET_NAME) \
: runtime |> !collect_pkg_runtime |>
2019-06-27 11:48:26 +02:00
include &(RAW_RULES)