# Copyright 1999-2004 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.4 2004/11/17 18:28:56 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="" DEPEND="virtual/libc" src_install () { dosbin bpalogin insinto /etc insopts -m600 doins bpalogin.conf exeinto /etc/init.d newexe ${FILESDIR}/bpalogin.rc bpalogin }