summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb
blob: b76f8b8116170be454a51b7eb12a87fe47cf0d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "devel"
DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
extract program execution details from the Linux operating system and  \
interpret them."
LICENSE = "GPL"
MAINTAINER = "Richrd Purdie <richard@openedhand.com>"
PR = "r1"
DEPENDS = "gtk+ pango popt"

ALTNAME = "LinuxTraceToolkitViewer-0.8.34-17032006"

SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz "
S = "${WORKDIR}/${ALTNAME}"

inherit autotools

FILES_${PN} += "\
    ${libdir}/lttv/plugins/* \
    ${datadir}/LinuxTraceToolkitViewer/facilities/* \
    ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "