# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Memo - Reminds you about things for ROX Desktop" HOMEPAGE="http://rox.sourceforge.net/" SRC_URI="mirror://sourceforge/rox/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="app-misc/rox-lib >=dev-python/pygtk-2.0.0-r1" DEPEND=$RDEPEND src_install() { dodir /usr/share cp -rf Memo ${D}/usr/share/Memo }