oprofile: update to 0.9.9.
This commit is contained in:
parent
a4471449a4
commit
a8fdf43093
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'oprofile'
|
||||
pkgname=oprofile
|
||||
version=0.9.8
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x --enable-gui=qt4 --disable-static"
|
||||
makedepends="popt-devel binutils-devel>=2.22.52.0.4_2 pkg-config
|
||||
libX11-devel icu-devel qt-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="popt-devel binutils-devel icu-devel qt-devel"
|
||||
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=ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc
|
||||
checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
|
||||
long_desc="
|
||||
OProfile is a system-wide profiler for Linux systems, capable of profiling
|
||||
all running code at low overhead.
|
||||
|
@ -36,6 +36,6 @@ oprofile_package() {
|
|||
oprofile_homedir="/var/lib/oprofile"
|
||||
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue