mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
adventure module
This commit is contained in:
parent
cf8509e0f5
commit
9c92a1ff4d
19
modules/frotz
Normal file
19
modules/frotz
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
modules-$(CONFIG_FROTZ) += frotz
|
||||||
|
|
||||||
|
frotz_version := 2.44
|
||||||
|
frotz_dir := frotz-$(frotz_version)
|
||||||
|
frotz_tar := frotz-$(frotz_version).tar.gz
|
||||||
|
frotz_url := https://github.com/DavidGriffith/frotz/archive/$(frotz_version).tar.gz
|
||||||
|
frotz_hash := dbb5eb3bc95275dcb984c4bdbaea58bc1f1b085b20092ce6e86d9f0bf3ba858f
|
||||||
|
|
||||||
|
frotz_configure := touch .config
|
||||||
|
|
||||||
|
frotz_target := \
|
||||||
|
$(MAKE_JOBS) \
|
||||||
|
$(CROSS_TOOLS) \
|
||||||
|
dumb && \
|
||||||
|
mv $(build)/$(frotz_dir)/dfrotz $(build)/$(frotz_dir)/frotz
|
||||||
|
|
||||||
|
frotz_output := frotz
|
||||||
|
|
||||||
|
frotz_depends := $(musl_dep)
|
Loading…
Reference in New Issue
Block a user