# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils toolchain-funcs DESCRIPTION="a graphical client to sar (sysstat)" HOMEPAGE="http://ksar.atomique.net/" SRC_URI="http://ksar.atomique.net/Dev/${P}.jar" KEYWORDS="x86" src_unpack() { einfo "nothing to unpack" } src_compile() { einfo "nothing to compile" } src_install() { insinto /usr/bin doins "${DISTDIR}"/${A} }