summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/latencytop/latencytop_0.4.bb
blob: 706d0817b564faaf52fc0020ffe1276531e6d7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency"
HOMEPAGE = "http://www.latencytop.org/"
LICENSE = "GPLv2"
DEPENDS = "virtual/libintl ncurses glib-2.0"
PR = "r1"

SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
	   file://latencytop-makefile.patch;patch=1"

CFLAGS += "${LDFLAGS}"

do_install() {
    oe_runmake install DESTDIR=${D}
}