harfbuzz: bump version to 1.4.5
[buildroot-gz.git] / package / time / time.mk
blob56f28ff484c0f1f5af0ddde6412d4932f1f36a20
1 ################################################################################
3 # time
5 ################################################################################
7 TIME_VERSION = 1.7
8 TIME_SITE = $(BR2_GNU_MIRROR)/time
9 TIME_CONF_ENV = ac_cv_func_wait3=yes
10 TIME_LICENSE = GPLv2+
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
17 endef
19 $(eval $(autotools-package))