void-packages/srcpkgs/psmisc/template

22 lines
749 B
Text
Raw Normal View History

# Template file for 'psmisc'
pkgname=psmisc
2012-06-19 06:27:31 +00:00
version=22.18
2012-06-07 05:09:44 +00:00
revision=1
build_style=gnu-configure
makedepends="ncurses-devel"
short_desc="Small set of utilities that use the linux proc filesystem"
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-06-07 05:09:44 +00:00
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2012-06-19 06:27:31 +00:00
checksum=afa3a44be18db403f6f631d448f89d9d66304c1590e0cf25583a2b65bc0893d0
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."
post_install() {
# provide pidof symlink.
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
}