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 -}