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/wmppp/wmppp-1.3.0.ebuild

38 lines
892 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/wmppp-1.3.0.ebuild,v 1.14 2010/10/11 09:08:43 s4t4n Exp $
EAPI=3
IUSE=""
S=${WORKDIR}/wmppp.app/wmppp
DESCRIPTION="Network monitoring dock.app"
SRC_URI="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tar.gz"
HOMEPAGE="http://windowmaker.mezaway.org/" #but this site has been dead for a while ;(
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xextproto"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc amd64 ppc"
src_prepare() {
sed -ie 's/-o wmppp/\$(LDFLAGS) -o wmppp/' Makefile
}
src_compile() {
emake CFLAGS="${CFLAGS}" all || die
}
src_install () {
dobin wmppp
exeinto /etc/ppp
doexe getmodemspeed
dodoc user.wmppprc
cd ..
dodoc BUGS CHANGES HINTS README TODO
}