This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

14
package/time/Config.in Normal file
View File

@@ -0,0 +1,14 @@
config BR2_PACKAGE_TIME
bool "time"
depends on BR2_USE_MMU # fork()
# See https://savannah.gnu.org/bugs/index.php?48000
depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
The GNU time utility.
http://savannah.gnu.org/projects/time/
comment "time needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS

5
package/time/time.hash Normal file
View File

@@ -0,0 +1,5 @@
# From https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00004.html
sha1 75068c26abbed3ad3980685bae21d7202d288317 time-1.9.tar.gz
sha256 fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e time-1.9.tar.gz
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING

13
package/time/time.mk Normal file
View File

@@ -0,0 +1,13 @@
################################################################################
#
# 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))