change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / lttng / lttng-viewer_0.8.41-20060512.bb
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"
8
9 ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006"
10
11 SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz "
12 S = "${WORKDIR}/${ALTNAME}"
13
14 inherit autotools
15
16 FILES_${PN} += "\
17     ${libdir}/lttv/plugins/* \
18     ${datadir}/LinuxTraceToolkitViewer/facilities/* \
19     ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "