# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program to visualize a directory tree in 3D" HOMEPAGE="http://fsv.sourceforge.net/" SRC_URI="http://downloads.sourceforge.net/fsv/${P}.tar.gz" inherit autotools LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=x11-libs/gtk+-1.2* \ =x11-libs/gtkglarea-1.2*" RDEPEND=${DEPEND} src_unpack () { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-dualhead.patch } src_compile() { econf || die emake || die } src_install() { make DESTDIR="${D}" install || die }