# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.3 2004/09/04 00:41:09 s4t4n Exp $ inherit eutils IUSE="" DESCRIPTION="dockapp for monitoring filesystem usage" HOMEPAGE="http://www.cs.ubc.ca/~cmg/" SRC_URI="http://www.cs.ubc.ca/~cmg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~amd64 ppc" DEPEND="virtual/x11" src_unpack() { unpack ${A} cd ${S}/wmfsm #einfo "Applying patch to hide virtual filesystems..." epatch ${FILESDIR}/${P}.linux-fs.patch #patch -p0 < ${FILES}/${P}.linux-fs.diff } src_compile() { econf || die "configure failed" emake || die "parallel make failed" } src_install() { einstall || die "make install failed" dodoc AUTHORS ChangeLog }