From 37bd9d68c8ca3c409aa123196c9587937ad00430 Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 21 Jun 2018 08:32:37 +0200 Subject: [PATCH] time: clean up, remove unneeded do_install(). (#278) --- srcpkgs/time/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/time/template b/srcpkgs/time/template index 9eaea59b95f..5fbbf3648a9 100644 --- a/srcpkgs/time/template +++ b/srcpkgs/time/template @@ -1,18 +1,14 @@ # Template file for 'time' pkgname=time version=1.9 -revision=1 +revision=2 build_style=gnu-configure -short_desc="The GNU time program for measuring cpu resource usage" +short_desc="Displays information about the resources that a program uses" maintainer="Juan RP " -homepage="http://directory.fsf.org/project/time" license="GPL-3.0-or-later" -distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz" +homepage="https://directory.fsf.org/wiki/Time" +distfiles="${GNU_SITE}/time/time-${version}.tar.gz" checksum=fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e # Required by wait3(2) with musl CFLAGS="-D_GNU_SOURCE" - -do_install() { - make bindir="${DESTDIR}/usr/bin" infodir="${DESTDIR}/usr/share/info" install -}