generic-poky/meta-moblin/packages/latencytop/latencytop_0.5.bb

20 lines
496 B
BlitzBasic
Raw Normal View History

2009-01-18 13:09:23 +00:00
DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency"
HOMEPAGE = "http://www.latencytop.org/"
BUGTRACKER = "n/a"
2009-01-18 13:09:23 +00:00
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
DEPENDS = "virtual/libintl ncurses glib-2.0 gtk+"
PR = "r1"
2009-01-18 13:09:23 +00:00
SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
file://latencytop-makefile.patch"
2009-01-18 13:09:23 +00:00
CFLAGS += "${LDFLAGS}"
do_install() {
oe_runmake install DESTDIR=${D}
}