1 ################################################################################
5 ################################################################################
8 TIME_SITE
= $(BR2_GNU_MIRROR
)/time
9 TIME_CONF_ENV
= ac_cv_func_wait3
=yes
11 TIME_LICENSE_FILES
= COPYING
13 # time uses an old version of automake that does not support
14 # installing in DESTDIR.
15 define TIME_INSTALL_TARGET_CMDS
16 $(INSTALL
) -D
-m
755 $(@D
)/time
$(TARGET_DIR
)/usr
/bin
/time
19 $(eval
$(autotools-package
))