summaryrefslogtreecommitdiff
blob: bcf1bc6f48f580473dd62d5be06216cac5d75925 (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 Technologies, Inc.
# 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.1 2004/06/22 19:57:59 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
}