time: remove long_desc.
This commit is contained in:
parent
de9bf512a1
commit
8762817836
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'time'
|
# Template file for 'time'
|
||||||
pkgname=time
|
pkgname=time
|
||||||
version=1.7
|
version=1.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The GNU time program for measuring cpu resource usage"
|
short_desc="The GNU time program for measuring cpu resource usage"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,12 +9,6 @@ homepage="http://directory.fsf.org/project/time"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d
|
checksum=e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d
|
||||||
long_desc="
|
|
||||||
The time command runs another program, then displays information about the
|
|
||||||
resources used by that program, collected by the system while the program
|
|
||||||
was running. You can select which information is reported and the format in
|
|
||||||
which it is shown, or have time save the information in a file instead of
|
|
||||||
display it on the screen."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make exec_prefix="${DESTDIR}/usr" infodir="${DESTDIR}/usr/share/info" install
|
make exec_prefix="${DESTDIR}/usr" infodir="${DESTDIR}/usr/share/info" install
|
||||||
|
|
Loading…
Reference in a new issue