Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_TIME
bool "time"
depends on BR2_USE_MMU # fork()
help
The GNU time utility.
http://savannah.gnu.org/projects/time/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d time-1.7.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# time
#
################################################################################
TIME_VERSION = 1.7
TIME_SITE = $(BR2_GNU_MIRROR)/time
TIME_CONF_ENV = ac_cv_func_wait3=yes
TIME_LICENSE = GPLv2+
TIME_LICENSE_FILES = COPYING
# time uses an old version of automake that does not support
# installing in DESTDIR.
define TIME_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/time $(TARGET_DIR)/usr/bin/time
endef
$(eval $(autotools-package))