From dbc8892b09f3f5772f5313fc6df2faabd0187d9b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Jul 2010 23:19:30 +0100 Subject: latencytop: Move from meta-moblin to meta Signed-off-by: Richard Purdie --- meta/packages/latencytop/latencytop_0.5.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/latencytop/latencytop_0.5.bb (limited to 'meta/packages/latencytop/latencytop_0.5.bb') diff --git a/meta/packages/latencytop/latencytop_0.5.bb b/meta/packages/latencytop/latencytop_0.5.bb new file mode 100644 index 000000000..75c72c107 --- /dev/null +++ b/meta/packages/latencytop/latencytop_0.5.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency" +HOMEPAGE = "http://www.latencytop.org/" +BUGTRACKER = "n/a" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" + +DEPENDS = "virtual/libintl ncurses glib-2.0 gtk+" + +PR = "r1" + +SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ + file://latencytop-makefile.patch" + +CFLAGS += "${LDFLAGS}" + +do_install() { + oe_runmake install DESTDIR=${D} +} -- cgit v1.2.3