time: clean up, remove unneeded do_install(). (#278)

This commit is contained in:
cr6git 2018-06-21 08:32:37 +02:00 committed by GitHub
parent 17c11b9b41
commit 37bd9d68c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <xtraeme@voidlinux.eu>"
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
}