Merge branch 'for-upstream' into mini2440-stable
[openembedded/mini2440.git] / recipes / lttng / lttng-viewer_0.8.41-20060512.bb
blob3251c2fcd33348858dbf6b02c6dd784e6e99dfb3
1 SECTION = "devel"
2 DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3 extract program execution details from the Linux operating system and \
4 interpret them."
5 LICENSE = "GPL"
6 PR = "r1"
7 DEPENDS = "gtk+ pango popt"
9 ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006"
11 SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz "
12 S = "${WORKDIR}/${ALTNAME}"
14 inherit autotools
16 FILES_${PN} += "\
17 ${libdir}/lttv/plugins/* \
18 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
19 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "