26 lines
764 B
Text
26 lines
764 B
Text
# Template file for 'sysprof'
|
|
pkgname=sysprof
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config glib-devel gtk+-devel libglade-devel"
|
|
short_desc="A system-wide profiler for Linux"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://sysprof.com/"
|
|
distfiles="http://sysprof.com/sysprof-${version}.tar.gz"
|
|
checksum=baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1
|
|
long_desc="
|
|
Features
|
|
Detailed, accurate, and fast profiling of the entire Linux system,
|
|
including the kernel and all userspace applications
|
|
No recompiling necessary
|
|
Load and Save profiles
|
|
Fast, no-nonsense graphical user interface
|
|
Command line tool included"
|
|
|
|
sysprof_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|