# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Evolution new mail notification" HOMEPAGE="http://www.warma.dk/ubuntu/em-panel-applet/" SRC_URI="http://www.warma.dk/ubuntu/em-panel-applet/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gnome-base/libgnomeui" src_install() { make install DESTDIR=${D} # no docs to install }