# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SystemTray is a notification area applet for ROX-Filer" HOMEPAGE="http://home.comcast.net/~andyhanton/software/" SRC_URI="http://home.comcast.net/~andyhanton/software/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="app-misc/ROX-CLib" DEPEND=$RDEPEND S=${WORKDIR}/SystemTray src_compile() { ./AppRun --compile || die } src_install() { rm -rf src || die dodir /usr/share/SystemTray cp -rf * ${D}/usr/share/SystemTray || die cp -rf .* ${D}/usr/share/SystemTray }