26 lines
848 B
Text
26 lines
848 B
Text
# Template file for 'procps'
|
|
pkgname=procps
|
|
version=3.2.8
|
|
revision=4
|
|
distfiles="http://procps.sf.net/$pkgname-$version.tar.gz"
|
|
patch_args="-Np1"
|
|
build_style=gnu_makefile
|
|
short_desc="The /proc file system utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535
|
|
long_desc="
|
|
procps is the package that has a bunch of small useful utilities that give
|
|
information about processes using the /proc filesystem. The package includes
|
|
the programs ps, top, vmstat, w, kill, free, slabtop, and skill.
|
|
|
|
Version 3 includes NPTL thread support, a rewritten top, many bug fixes,
|
|
performance improvements, and new features."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run ncursesw
|
|
Add_dependency build ncursesw-devel
|
|
|
|
pre_build()
|
|
{
|
|
sed -i -e "s|-lncurses$|-lncursesw|g" ${wrksrc}/Makefile
|
|
}
|