15 lines
492 B
Bash
15 lines
492 B
Bash
# Template file for 'time'
|
|
pkgname=time
|
|
version=1.7
|
|
revision=4
|
|
build_style=gnu-configure
|
|
short_desc="The GNU time program for measuring cpu resource usage"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://directory.fsf.org/project/time"
|
|
license="GPL-2"
|
|
distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d
|
|
|
|
do_install() {
|
|
make exec_prefix="${DESTDIR}/usr" infodir="${DESTDIR}/usr/share/info" install
|
|
}
|