void-packages/srcpkgs/oprofile/template

36 lines
1.3 KiB
Plaintext

# Template file for 'oprofile'
pkgname=oprofile
version=0.9.9
revision=2
build_style=gnu-configure
configure_args="--with-x --enable-gui=qt4 --disable-static"
hostmakedepends="pkg-config"
makedepends="popt-devel binutils-devel icu-devel qt-devel shadow"
depends="shadow"
system_accounts="oprofile"
oprofile_homedir="/var/lib/oprofile"
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
short_desc="Transparent low-overhead system-wide profiler for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://oprofile.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
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."
oprofile-qt4-gui_package() {
depends="oprofile-${version}_${revision}"
short_desc+=" - QT GUI"
pkg_install() {
vmove usr/bin/oprof_start
}
}