From 9eee3d312533f187126340e4c9fc27613278f68d Mon Sep 17 00:00:00 2001 From: idriskalp Date: Fri, 27 Dec 2019 16:00:33 +0300 Subject: [PATCH] time 1.9 --- system/base/time/actions.py | 3 +++ system/base/time/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/system/base/time/actions.py b/system/base/time/actions.py index f6a97668..96374a8b 100644 --- a/system/base/time/actions.py +++ b/system/base/time/actions.py @@ -13,5 +13,8 @@ def setup(): def build(): autotools.make() +def check(): + autotools.make("check") + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/system/base/time/pspec.xml b/system/base/time/pspec.xml index fa1ff8cc..6b3cb385 100644 --- a/system/base/time/pspec.xml +++ b/system/base/time/pspec.xml @@ -12,9 +12,9 @@ app:console A GNU utility for monitoring a program's use of system resources time utility runs another program, collects information about the resources used by that program while it is running, and displays the results. - ftp://prep.ai.mit.edu/pub/gnu/time/time-1.7.tar.gz + https://ftp.gnu.org/gnu/time/time-1.9.tar.gz - time-1.7-destdir.patch + @@ -27,6 +27,13 @@ + + 2019-12-27 + 1.9 + Version bump + idris Kalp + idriskalp@gmail.com + 2018-07-15 1.7