latencytop: remove long_desc.
This commit is contained in:
parent
af83f6e765
commit
3ac3762e69
1 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'latencytop'
|
# Template file for 'latencytop'
|
||||||
pkgname=latencytop
|
pkgname=latencytop
|
||||||
version=0.5
|
version=0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel ncurses-devel"
|
makedepends="gtk+-devel ncurses-devel"
|
||||||
|
@ -11,15 +11,6 @@ license="GPL-2"
|
||||||
homepage="http://www.latencytop.org"
|
homepage="http://www.latencytop.org"
|
||||||
distfiles="http://www.latencytop.org/download/$pkgname-$version.tar.gz"
|
distfiles="http://www.latencytop.org/download/$pkgname-$version.tar.gz"
|
||||||
checksum=9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef
|
checksum=9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef
|
||||||
long_desc="
|
|
||||||
Skipping audio, slower servers, everyone knows the symptoms of latency. But to know
|
|
||||||
what's going on in the system, what's causing the latency, how to fix it... that's
|
|
||||||
a hard question without good answers right now.
|
|
||||||
|
|
||||||
LatencyTOP is a Linux tool for software developers (both kernel and userspace),
|
|
||||||
aimed at identifying where in the system latency is happening, and what kind of
|
|
||||||
operation/action is causing the latency to happen so that the code can be changed
|
|
||||||
to avoid the worst latency hiccups."
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vmkdir usr/sbin
|
vmkdir usr/sbin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue