psmisc: provide the pidof cmd required by dracut and others, revbump.

This commit is contained in:
Juan RP 2012-01-12 18:04:16 +01:00
parent e02684d54d
commit 661ae3556b

View File

@ -3,7 +3,7 @@ pkgname=psmisc
version=22.14
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
revision=1
revision=2
short_desc="Small set of utilities that use the linux proc filesystem"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://psmisc.sourceforge.net/index.html"
@ -16,3 +16,8 @@ long_desc="
Add_dependency build gettext
Add_dependency build ncurses-devel
post_install() {
# provide pidof symlink.
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
}