From e6fb718495baaf8704eb20c31478c4ff10f1b803 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 May 2012 00:49:50 +0200 Subject: [PATCH] New package: latencytop-0.5. --- srcpkgs/latencytop/latencytop.rshlibs | 6 ++++++ srcpkgs/latencytop/template | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 srcpkgs/latencytop/latencytop.rshlibs create mode 100644 srcpkgs/latencytop/template diff --git a/srcpkgs/latencytop/latencytop.rshlibs b/srcpkgs/latencytop/latencytop.rshlibs new file mode 100644 index 0000000000..d23ca28124 --- /dev/null +++ b/srcpkgs/latencytop/latencytop.rshlibs @@ -0,0 +1,6 @@ +libglib-2.0.so.0 +libncursesw.so.6 +libgtk-x11-2.0.so.0 +libgdk_pixbuf-2.0.so.0 +libgobject-2.0.so.0 +libc.so.6 diff --git a/srcpkgs/latencytop/template b/srcpkgs/latencytop/template new file mode 100644 index 0000000000..441c4fe5fb --- /dev/null +++ b/srcpkgs/latencytop/template @@ -0,0 +1,27 @@ +# Template file for 'latencytop' +pkgname=latencytop +version=0.5 +homepage="http://www.latencytop.org" +distfiles="http://www.latencytop.org/download/$pkgname-$version.tar.gz" +build_style=gnu-makefile +short_desc="Measuring and fixing Linux latency" +maintainer="Juan RP " +license="GPL-2" +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." + +Add_dependency build pkg-config +Add_dependency build gtk+-devel +Add_dependency build ncurses-devel + +pre_install() { + vmkdir usr/sbin +}