# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="PCMan File Manager" HOMEPAGE="http://pcmanfm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-libs/cairo-1 >=app-admin/gamin-0.1 >=x11-libs/gtk+-2.8 =x11-themes/gnome-icon-theme =x11-misc/shared-mime-info" src_unpack() { unpack ${A} # make -C "${P}" clean emake } src_compile() { econf || die "failed" emake || die "failed" } src_install() { make DESTDIR="${D}" install || die }