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