dev-haskell/parsec-numbers: new package, a depend of xmobar-0.32
[gentoo.git] / x11-plugins / wmtop / wmtop-0.85.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit autotools
6
7 DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory"
8 HOMEPAGE="https://www.dockapps.net/wmtop"
9 SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 ~ppc x86"
14 IUSE=""
15
16 RDEPEND=">=x11-libs/libdockapp-0.7:=
17         x11-libs/libX11
18         x11-libs/libXpm
19         x11-libs/libXext"
20 DEPEND="${RDEPEND}
21         x11-base/xorg-proto"
22
23 # Incorrect path in this tarball version
24 S=${WORKDIR}/dockapps-be3f170
25
26 src_prepare() {
27         eapply_user
28
29         eautoreconf
30 }