# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 DESCRIPTION="Library to pass gtk's menus over D-Bus" HOMEPAGE="https://launchpad.net/dbusmenu" SRC_URI="http://launchpad.net/appmenu-gtk/trunk/0.1.9/+download/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/libdbusmenu-0.3.14[gtk]" DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install }