# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="ACL editor for Gnome, with Nautilus plugin." HOMEPAGE="http://rofi.pinchito.com/eiciel" SRC_URI="http://rofi.pinchito.com/eiciel/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.4 sys-apps/acl sys-apps/attr >=gnome-base/gnome-vfs-2.0 >=gnome-base/nautilus-2.10" src_install() { make DESTDIR=${D} install || die "make install failed" make_desktop_entry eiciel Eiciel icona_eiciel_32.png System doicon img/icona_eiciel_32.png }