blob: 559c2b1efdd15a9dba42fb5e77ecef4f764ee918 (
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
27
|
# Copyright 1999-2005 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.6 2005/11/11 11:15:02 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 ~sparc"
LICENSE="GPL-2"
DEPEND="virtual/x11
>=dev-util/pkgconfig-0.15.0
>=x11-libs/gtk+-2.2.4-r1
>=gnome-base/libgtop-2.8.1"
src_install () {
einstall || die "make install failed"
dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog NEWS README
}
|