# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $ DESKLET_NAME="netload" MY_P=${DESKLET_NAME} S=${WORKDIR}/networkinfo DESCRIPTION="A desklet for monitoring your interface status" SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" HOMEPAGE="http://gdesklets.gnomedesktop.org/" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc" DEPEND=">=gnome-extra/gdesklets-core-0.24" src_install() { SYS_PATH="/usr/share/gdesklets" # and then the .displays insinto ${SYS_PATH}/Displays/${DESKLET_NAME} doins *.display # and finally the graphics cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} }