# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/local/portage/apps-extra/pcmanfm/pcmanfm-0.1.9.1.ebuild, v1.0 2006/02/07 01:21:46 Bonfante Fabio inherit eutils PYTHON_MODNAME="PCMan File Manager" DOCS="AUTHORS HACKING" DESCRIPTION="An extremly fast and lightweight file manager width tabbed browsing" HOMEPAGE="http://pcmanfm.sourceforge.net/" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-0.1.9.6.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" RDEPEND=">=x11-libs/gtk+-2 " DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" src_compile() { econf `use_enable nls` || die emake || die } src_install() { make DESTDIR=${D} install || die }