# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="color-coded graph of load averages over time" HOMEPAGE="http://www.daveltd.com/src/util/ttyload/" SRC_URI="http://www.daveltd.com/src/util/ttyload/ttyload-${PVR}.tar.bz2" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install() { mkdir -p "${D}/usr/bin" make install INSTALLDIR="${D}/usr/bin" }