]> git.pld-linux.org Git - packages/TraceToolkit.git/commitdiff
- Initial PLD release
authorMariusz Witkowski <maryush@gmail.com>
Thu, 2 May 2002 17:55:28 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TraceToolkit.spec -> 1.1

TraceToolkit.spec [new file with mode: 0644]

diff --git a/TraceToolkit.spec b/TraceToolkit.spec
new file mode 100644 (file)
index 0000000..f128b03
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Linux Trace Toolkit
+Name:          TraceToolkit
+Version:       0.9.5
+Release:       1
+License:       GPL
+Group:         Applications
+######         Unknown group!
+Source0:       ftp://ftp.opersys.com/pub/LTT/%{name}-%{version}.tgz
+Url:           http://www.opersys.com/LTT/
+BuildRequires: gtk+-devel
+Requires:      gtk+    
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6/
+%description
+The Linux Trace Toolkit, more commonly known as LTT, is a fully-featured
+tracing system for the Linux kernel. It includes both the kernel components
+required for tracing and the user-level tools required to view the traces.
+
+%prep
+%setup -q
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+gzip -9nf COPYING README 
+%clean
+rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/
+%attr(755,root,root) %{_libdir}/
+%attr(755,root,root) %{_sbindir}/
This page took 0.118491 seconds and 4 git commands to generate.