56f28ff484c0f1f5af0ddde6412d4932f1f36a20
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / time / time.mk
1 ################################################################################
2 #
3 # time
4 #
5 ################################################################################
6
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
12
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
18
19 $(eval $(autotools-package))