# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/ebuildteam/app-misc/pcmanfm/pcmanfm-0.2.1.ebuild,v 1.1 # 2006/02/19 20:29:25 palatis Exp $ inherit eutils DESCRIPTION="PCMan File Manager, an extremly fast and lightweight file manager with tabbed browsing" HOMEPAGE="http://pcmanfm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="nls" RDEPEND="gnome-icon-theme x11-misc/shared-mime-info virtual/fam" DEPEND="$RDEPEND >=x11-libs/gtk+-2.8 >=sys-devel/automake-1.9 sys-devel/autoconf dev-util/pkgconfig nls? ( sys-devel/gettext )" src_install() { emake DESTDIR=${D} install || die dodoc AUTHORS COPYING } pkg_postinst() { einfo "If you are using fam as file alternation monitoring daemon, you have to" einfo "have famd up and running before pcmanfm starts." einfo einfo "We suggest you add famd into the default runlevel by doing:" einfo " # rc-update add famd default" einfo "and bring up your file alternation monitor daemon:" einfo " # /etc/init.d/famd start" einfo einfo "If you just really don't want fam, try gamin instead!" }