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