# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.9 2004/09/20 22:14:34 bcowan Exp $ inherit eutils gcc DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://www.fluxbox.org/fbdesk/" SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" IUSE="" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc ~sparc ~ia64" DEPEND="media-libs/libpng virtual/x11" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gcc34.patch } src_compile() { econf || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog NEWS README }