# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.14 2007/11/18 17:18:39 drac Exp $ inherit autotools eutils DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager" HOMEPAGE="http://www.isomedia.com/homes/stevencooper" SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa ppc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/blackbox" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-asneeded.patch eautoreconf } src_compile() { econf --datadir=/usr/share/commonbox emake || die "emake failed." } src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc README AUTHORS ChangeLog NEWS README TODO }