New package: oprofile-0.9.7.

This commit is contained in:
Juan RP 2011-12-16 16:20:30 +01:00
parent 9d39ae21c8
commit 5e0e11769e
5 changed files with 55 additions and 0 deletions

1
srcpkgs/oprofile-qt4-gui Symbolic link
View File

@ -0,0 +1 @@
oprofile

View File

@ -0,0 +1,8 @@
libQt3Support.so.4
libQtGui.so.4
libQtCore.so.4
libbfd-2.22.so
libstdc++.so.6
libgcc_s.so.1
libc.so.6
libpthread.so.0

View File

@ -0,0 +1,13 @@
# Template file for 'oprofile-qt4-gui'.
#
short_desc="Qt GUI for oprofile"
long_desc="${long_desc}
This package contains oprof_start, a Qt4 GUI for oprofile."
Add_dependency run oprofile
do_install()
{
vmove usr/bin/oprof_start usr/bin
}

View File

@ -0,0 +1,6 @@
libbfd-2.22.so
libdl.so.2
libc.so.6
libpopt.so.0
libstdc++.so.6
libgcc_s.so.1

27
srcpkgs/oprofile/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'oprofile'
pkgname=oprofile
version=0.9.7
homepage="http://oprofile.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-kernel-support --with-x --enable-gui=qt4"
short_desc="Transparent low-overhead system-wide profiler for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=cb5b507d5dea058d223fcad3cec8ff9638a4163106afd66d176798bbd973d527
long_desc="
OProfile is a system-wide profiler for Linux systems, capable of profiling
all running code at low overhead.
OProfile leverages the hardware performance counters of the CPU to enable
profiling of a wide variety of interesting statistics, which can also be used
for basic time-spent profiling. All code is profiled: hardware and software
interrupt handlers, kernel modules, the kernel, shared libraries, and
applications."
subpackages="$pkgname-qt4-gui"
Add_dependency build qt-devel
Add_dependency build zlib-devel
Add_dependency build popt-devel
Add_dependency build binutils-devel