2009-05-02 02:32:50 +02:00
|
|
|
# Template file for 'psmisc'
|
|
|
|
pkgname=psmisc
|
2011-06-26 08:40:30 +02:00
|
|
|
version=22.14
|
2009-05-02 02:32:50 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-01-12 18:04:16 +01:00
|
|
|
revision=2
|
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"
|
|
|
|
checksum=22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e
|
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."
|
|
|
|
|
2010-01-10 14:56:37 +01:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build ncurses-devel
|
2012-01-12 18:04:16 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# provide pidof symlink.
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
|
|
|
}
|