2011-12-16 15:20:30 +00:00
|
|
|
# Template file for 'oprofile'
|
|
|
|
pkgname=oprofile
|
2013-07-29 23:19:11 +00:00
|
|
|
version=0.9.9
|
2014-02-21 15:30:26 +00:00
|
|
|
revision=3
|
2011-12-16 15:20:30 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-26 04:30:14 +00:00
|
|
|
configure_args="--with-x --enable-gui=qt4 --disable-static"
|
2013-07-29 23:19:11 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2014-02-21 15:33:56 +00:00
|
|
|
makedepends="popt-devel binutils-devel icu-devel libSM-devel qt-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
system_accounts="oprofile"
|
|
|
|
oprofile_homedir="/var/lib/oprofile"
|
|
|
|
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
|
2011-12-16 15:20:30 +00:00
|
|
|
short_desc="Transparent low-overhead system-wide profiler for Linux"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
2012-10-26 04:30:14 +00:00
|
|
|
homepage="http://oprofile.sourceforge.net"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2013-07-29 23:19:11 +00:00
|
|
|
checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
|
2013-04-14 03:01:48 +00:00
|
|
|
|
|
|
|
oprofile-qt4-gui_package() {
|
|
|
|
depends="oprofile-${version}_${revision}"
|
2013-07-29 23:22:55 +00:00
|
|
|
short_desc+=" - QT GUI"
|
2013-04-14 03:01:48 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/bin/oprof_start
|
|
|
|
}
|
|
|
|
}
|