# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="To add panel-mail-notification to evolution using a filter" HOMEPAGE="http://www.grawert.net/software/evonotify/index.html" SRC_URI="http://www.grawert.net/software/evonotify/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="x86" IUSE="X gnome" DEPEND=">=dev-perl/gnome2-perl-1.00 >=dev-perl/gnome2-wnck-0.10 >=dev-perl/gtk2-trayicon-0.03 >=gnome-base/gnome-2.10" src_install() { diropts 777 dodir /tmp/evonotify exeinto /tmp/evonotify doexe * } pkg_postinst() { einfo "*************************************" einfo "To complete installation please do:" einfo "cd /tmp/evonotify && ./setup" einfo "*************************************" }