# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Goby is an image viewer based on the GTK+ toolkit. The aim is to provide an intuitive, ACDSee-like user experience." HOMEPAGE="http://goby.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL" KEYWORDS="x86" IUSE="" RESTRICT="mirror primaryuri" DEPEND="x11-libs/gtk+ dev-libs/glib gnome-base/gnome-vfs" RDEPEND="x11-libs/gtk+ dev-libs/glib gnome-base/gnome-vfs" src_install() { make install DESTDIR=${D} }