into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/11 22:25:37+02:00 uni-frankfurt.de!mickey
fix syntax error in untested package :D
BKrev: 40a136c8NNBgi5v6JYcHAhBt5WF-nQ
+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 = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "http://www.opersys.com/ftp/pub/LTT/TraceToolkit-${PV}.tgz \
+ file://${FILESDIR}/gcc34.patch;patch=1"
+S = "${WORKDIR}/TraceToolkit-0.9.5"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-rtai \
+ --without-gtk"