summaryrefslogtreecommitdiff
blob: c9658735c80da1eebcb895db6b1dd1ab49ee7f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.3 2004/07/22 08:51:05 s4t4n Exp $

inherit eutils

IUSE=""

DESCRIPTION="This is wmseti on steroids, yet another WMaker DockApp to see the progress of work unit analysis for the Seti@Home project."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

HOMEPAGE="http://wmseti.sourceforge.net/"

SLOT="0"
KEYWORDS="x86"
LICENSE="GPL-2"

DEPEND="virtual/x11
	>=dev-util/pkgconfig-0.15.0
	>=x11-libs/gtk+-2.2.4-r1"

src_install () {
	einstall || die "make install failed"

	dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog INSTALL NEWS README
}