# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic eutils SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" DESCRIPTION="Graphical editor of ACL entries for GNOME." SRC_URI="http://rofi.pinchito.com/eiciel/download/${P}.tar.bz2" HOMEPAGE="http://rofi.pinchito.com/eiciel" IUSE="" RESTRICT="nomirror" DEPEND=">=dev-cpp/gtkmm-2.4 sys-apps/acl sys-apps/attr >=gnome-base/gnome-vfs-2.0 >=gnome-base/nautilus-2.10" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/patch_enable_remote_fs_nautilus } src_conf() { econf || die "Error: econf failed" emake || die "Error: emake failed" } src_install() { emake DESTDIR=${D} install }