# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="System - A simple system monitor for ROX-Filer" HOMEPAGE="http://rox.sourceforge.net/" SRC_URI="mirror://sourceforge/rox/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=app-misc/rox-2.1.0 >=x11-libs/libgtop-2.0.5" DEPEND=$RDEPEND src_compile() { ./AppRun --compile || die } src_install() { rm -rf src || die dodir /usr/share/System cp -rf * ${D}/usr/share/System || die cp -rf .* ${D}/usr/share/System }