summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/latencytop/latencytop_0.5.bb
blob: 2deb7303b0741c6784e3763280e8825c147296f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"

PR = "r0"

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

CFLAGS += "${LDFLAGS}"

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