# Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Bookmark applet" HOMEPAGE="http://manny.cluecoder.org/packages/bookmark-applet/" SRC_URI="http://manny.cluecoder.org/packages/bookmark-applet/bookmark-applet-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gnome-base/libgnomeui" RDEPEND="${DEPEND}" src_install() { make install DESTDIR=${D} }