# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Shows process information and statistics using the kernel /proc interface." HOMEPAGE="http://www.ward.nu/computer/psinfo/" SRC_URI="http://www.ward.nu/computer/psinfo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=virtual/linux-sources-2.6" src_install() { dobin ${PN} dodoc README }