# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.6.ebuild,v 1.8 2005/05/25 13:48:54 mcummings Exp $ DESCRIPTION="Small file-manager written in perl" HOMEPAGE="http://public.rz.fh-wolfenbuettel.de/~luedickj/" SRC_URI="http://public.rz.fh-wolfenbuettel.de/~luedickj/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" IUSE="" DEPEND="dev-lang/perl dev-perl/gtk2-perl dev-perl/gtk2-gladexml dev-perl/File-MimeInfo perl-core/File-Temp dev-perl/TimeDate dev-perl/Stat-lsMode" S=${WORKDIR}/${PN} src_compile() { true } src_install() { newbin filer.pl filer || die "newbin failed" insinto /usr/lib/filer doins -r Filer icons lib.pl || die "doins failed" }