mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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'
|
# Template file for 'oprofile'
|
||||||
pkgname=oprofile
|
pkgname=oprofile
|
||||||
version=0.9.8
|
version=0.9.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-x --enable-gui=qt4 --disable-static"
|
configure_args="--with-x --enable-gui=qt4 --disable-static"
|
||||||
makedepends="popt-devel binutils-devel>=2.22.52.0.4_2 pkg-config
|
hostmakedepends="pkg-config"
|
||||||
libX11-devel icu-devel qt-devel"
|
makedepends="popt-devel binutils-devel icu-devel qt-devel"
|
||||||
short_desc="Transparent low-overhead system-wide profiler for Linux"
|
short_desc="Transparent low-overhead system-wide profiler for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://oprofile.sourceforge.net"
|
homepage="http://oprofile.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc
|
checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
|
||||||
long_desc="
|
long_desc="
|
||||||
OProfile is a system-wide profiler for Linux systems, capable of profiling
|
OProfile is a system-wide profiler for Linux systems, capable of profiling
|
||||||
all running code at low overhead.
|
all running code at low overhead.
|
||||||
|
@ -36,6 +36,6 @@ oprofile_package() {
|
||||||
oprofile_homedir="/var/lib/oprofile"
|
oprofile_homedir="/var/lib/oprofile"
|
||||||
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
|
make_dirs="/var/lib/oprofile 0750 oprofile oprofile"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue