2009-05-02 00:32:50 +00:00
|
|
|
# Template file for 'psmisc'
|
|
|
|
pkgname=psmisc
|
2012-03-17 07:14:59 +00:00
|
|
|
version=22.16
|
2009-05-02 00:32:50 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-01-13 20:54:47 +00:00
|
|
|
short_desc="Small set of utilities that use the linux proc filesystem"
|
2009-05-02 00:32:50 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-26 06:40:30 +00:00
|
|
|
homepage="http://psmisc.sourceforge.net/index.html"
|
|
|
|
license="GPL-2"
|
2012-03-17 07:14:59 +00:00
|
|
|
checksum=ae426d7238e5353fdf51b1d313897c2bbed0023e66e5b4af2be9cd03d87a9d01
|
2009-05-02 00:32:50 +00: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 13:56:37 +00:00
|
|
|
Add_dependency build ncurses-devel
|
2012-01-12 17:04:16 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# provide pidof symlink.
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
|
|
|
}
|