summaryrefslogtreecommitdiff
path: root/openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb')
-rw-r--r--openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb b/openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb
new file mode 100644
index 000000000..b76f8b811
--- /dev/null
+++ b/openembedded/packages/lttng/lttng-viewer_0.8.34-20060317.bb
@@ -0,0 +1,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/* "