# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="global menu bar for GNOME" HOMEPAGE="http://code.google.com/p/gnome2-globalmenu" SRC_URI="http://gnome2-globalmenu.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/libwnck-2.24.1 >=gnome-base/gnome-panel-2.24.0 >=gnome-base/gnome-menus-2.24.0 >=gnome-base/gnome-2.24.0" RDEPEND="" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" } pkg_postinst() { ewarn ewarn "All bugs send me to dragonions@gmail.com" ewarn elog "Use FEATURES=\"-sandbox\" emerge gnome-globalmenu" }