oprofile: remove long_desc.
This commit is contained in:
parent
0e4e0840e5
commit
e1e88e6417
1 changed files with 2 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'oprofile'
|
# Template file for 'oprofile'
|
||||||
pkgname=oprofile
|
pkgname=oprofile
|
||||||
version=0.9.9
|
version=0.9.9
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="popt-devel binutils-devel icu-devel qt-devel shadow"
|
makedepends="popt-devel binutils-devel icu-devel qt-devel"
|
||||||
depends="shadow"
|
|
||||||
system_accounts="oprofile"
|
system_accounts="oprofile"
|
||||||
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"
|
||||||
|
@ -16,15 +15,6 @@ 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=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
|
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() {
|
oprofile-qt4-gui_package() {
|
||||||
depends="oprofile-${version}_${revision}"
|
depends="oprofile-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue