ipfire-3.x/procps-ng/procps-ng.nm

72 lines
1.5 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = procps-ng
version = 4.0.2
release = 1.1
groups = Applications/System
url = http://procps-ng.sourceforge.net/
license = GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
summary = System and process monitoring utilities
description
The procps package contains a set of system utilities that provide
system information. Procps includes ps, free, skill, pkill, pgrep,
snice, tload, top, uptime, vmstat, w, watch and pdwx.
end
source_dl = https://sourceforge.net/projects/procps-ng/files/Production/
sources = %{thisapp}.tar.xz
build
requires
gettext-devel
ncurses-devel >= 5.9-11
end
configure_options += \
--disable-static \
--disable-kill \
--disable-w-from \
--disable-modern-top \
--enable-watch8bit \
--enable-skill \
--enable-sigwinch
# Fix install path of some binaries.
make_install_targets += \
usrbin_execdir=%{bindir}
install_cmds
ln -s %{bindir}/pidof %{buildroot}%{sbindir}/pidof
end
end
packages
package %{name}
provides
procps = %{thisver}
end
obsoletes
procps < %{thisver}
/bin/pidof
end
conflicts
sysvinit <= 2.86-6
end
end
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end