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