psmisc: update to 22.17.
This commit is contained in:
parent
16ba180426
commit
83d95de653
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'psmisc'
|
# Template file for 'psmisc'
|
||||||
pkgname=psmisc
|
pkgname=psmisc
|
||||||
version=22.16
|
version=22.17
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=ae426d7238e5353fdf51b1d313897c2bbed0023e66e5b4af2be9cd03d87a9d01
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=34e70139fd0d532eba00de408f2f4843a5fca93278de99db6eb04f3850c6be0d
|
||||||
long_desc="
|
long_desc="
|
||||||
The psmisc package is a set of some small useful utilities that use
|
The psmisc package is a set of some small useful utilities that use
|
||||||
the proc filesystem. We're not about changing the world, but providing
|
the proc filesystem. We're not about changing the world, but providing
|
||||||
the system administratror with some help in common tasks."
|
the system administratror with some help in common tasks."
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# provide pidof symlink.
|
# provide pidof symlink.
|
||||||
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue