# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/bpalogin/bpalogin-2.0.2.ebuild,v 1.6 2006/03/12 08:34:59 mrness Exp $ DESCRIPTION="A replacement for the Telstra supplied client for connecting and using Telstra's Big Pond Advance powered by Cable." SRC_URI="http://bpalogin.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://bpalogin.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" src_install () { dosbin bpalogin insinto /etc insopts -m600 doins bpalogin.conf newinitd "${FILESDIR}/bpalogin.rc" bpalogin }