/[gentoo-x86]/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
Gentoo

Contents of /x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Wed Feb 15 09:48:17 2012 UTC (15 months ago) by voyageur
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -3 lines
Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607

(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.9 2011/05/26 13:34:42 s4t4n Exp $
4
5 inherit eutils
6
7 IUSE=""
8 DESCRIPTION="dockapp for monitoring filesystem usage"
9 HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
10 SRC_URI="mirror://gentoo/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 ppc sparc x86"
15
16 RDEPEND="x11-libs/libX11
17 x11-libs/libXext
18 x11-libs/libXt
19 x11-libs/libXpm"
20 DEPEND="${RDEPEND}
21 x11-proto/xproto
22 x11-proto/xextproto"
23
24 src_unpack() {
25 unpack ${A}
26 cd "${S}"/wmfsm
27 epatch "${FILESDIR}"/${P}.linux-fs.patch
28 }
29
30 src_install() {
31 einstall || die "make install failed"
32 dodoc AUTHORS ChangeLog
33 }

  ViewVC Help
Powered by ViewVC 1.1.13