void-packages/srcpkgs/psmisc/template
2012-03-17 08:14:59 +01:00

22 lines
746 B
Plaintext

# Template file for 'psmisc'
pkgname=psmisc
version=22.16
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
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"
checksum=ae426d7238e5353fdf51b1d313897c2bbed0023e66e5b4af2be9cd03d87a9d01
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."
Add_dependency build ncurses-devel
post_install() {
# provide pidof symlink.
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
}