2018-03-06 19:57:00 +00:00
|
|
|
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
|
2023-09-14 19:24:05 +00:00
|
|
|
fbwhiptail_version := 1.3
|
2020-09-02 18:41:29 +00:00
|
|
|
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
2020-10-17 02:43:56 +00:00
|
|
|
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
|
2023-05-04 19:14:26 +00:00
|
|
|
fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
|
2023-09-14 19:24:05 +00:00
|
|
|
fbwhiptail_hash := 2eb8fadfd3e2d574de52327bbc80ed6313739a3db9f4d87840c534352c66df5a
|
2018-03-06 19:57:00 +00:00
|
|
|
|
|
|
|
fbwhiptail_target := \
|
|
|
|
$(MAKE_JOBS) \
|
2023-05-04 19:14:26 +00:00
|
|
|
CFLAGS="-g0 -Os" \
|
|
|
|
LDFLAGS="-s" \
|
2018-03-06 19:57:00 +00:00
|
|
|
$(CROSS_TOOLS) \
|
|
|
|
fbwhiptail
|
|
|
|
|
|
|
|
fbwhiptail_output := \
|
|
|
|
fbwhiptail whiptail
|