# Template file for 'psmisc' pkgname=psmisc version=22.15 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 " homepage="http://psmisc.sourceforge.net/index.html" license="GPL-2" checksum=5fbe908618d7ccf08164a733a361ce9823355fd0da754e53982d842158973754 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 gettext Add_dependency build ncurses-devel post_install() { # provide pidof symlink. cd ${DESTDIR}/usr/bin && ln -sf killall pidof }