You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmnet/wmnet-1.06-r1.ebuild

41 lines
844 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
IUSE=""
DESCRIPTION="WMnet is a dock.app network monitor"
SRC_URI="http://www.digitalkaos.net/linux/wmnet/download/${P}.tar.gz
mirror://gentoo/${P}-misc.patch.bz2"
HOMEPAGE="http://www.digitalkaos.net/linux/wmnet/"
RDEPEND="x11-libs/libX11
x11-libs/libXext"
DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto
x11-misc/imake
app-text/rman"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc alpha amd64 ppc"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${WORKDIR}"/${P}-misc.patch # bug 72818
}
src_compile() {
xmkmf || die "xmkmf failed."
emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "emake failed."
}
src_install() {
dobin wmnet
newman wmnet.man wmnet.1
dodoc README Changelog
}