# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="very light and fast file explorer with MS-Explorer style, using libFOX" HOMEPAGE="http://www.roland65.ovh.org/xfe/xfe.html" SRC_URI="http://dl.sourceforge.net/sourceforge/xfe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="x11-libs/fox" src_compile() { econf emake } src_install() { einstall }