2009-05-02 02:32:50 +02:00
|
|
|
# Template file for 'psmisc'
|
|
|
|
pkgname=psmisc
|
2012-06-07 07:09:44 +02:00
|
|
|
version=22.17
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="ncurses-devel"
|
2010-01-13 21:54:47 +01:00
|
|
|
short_desc="Small set of utilities that use the linux proc filesystem"
|
2009-05-02 02:32:50 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-26 08:40:30 +02:00
|
|
|
homepage="http://psmisc.sourceforge.net/index.html"
|
|
|
|
license="GPL-2"
|
2012-06-07 07:09:44 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=34e70139fd0d532eba00de408f2f4843a5fca93278de99db6eb04f3850c6be0d
|
2009-05-02 02:32:50 +02:00
|
|
|
long_desc="
|
|
|
|
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 system administratror with some help in common tasks."
|
|
|
|
|
2012-01-12 18:04:16 +01:00
|
|
|
post_install() {
|
|
|
|
# provide pidof symlink.
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
|
|
|
}
|