void-packages/srcpkgs/psmisc/template
2012-06-07 07:09:44 +02:00

21 lines
749 B
Text

# Template file for 'psmisc'
pkgname=psmisc
version=22.17
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>"
homepage="http://psmisc.sourceforge.net/index.html"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=34e70139fd0d532eba00de408f2f4843a5fca93278de99db6eb04f3850c6be0d
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
}