# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An extremly fast and lightweight file manager which features tabbed browsing and user-friendly interface" HOMEPAGE="http://pcmanfm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.8 app-admin/gamin >=sys-devel/automake-1.9" RDEPEND=">=x11-libs/gtk+-2.8 x11-misc/shared-mime-info x11-themes/gnome-icon-theme app-admin/gamin" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" }