Files
operating-system/buildroot/package/time/time.mk
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

14 lines
355 B
Makefile

################################################################################
#
# time
#
################################################################################
TIME_VERSION = 1.9
TIME_SITE = $(BR2_GNU_MIRROR)/time
TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
TIME_LICENSE = GPL-3.0+
TIME_LICENSE_FILES = COPYING
$(eval $(autotools-package))