time: clean up, remove unneeded do_install(). (#278)
This commit is contained in:
parent
17c11b9b41
commit
37bd9d68c8
1 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue