blob: 2151a6d129017f6fa0fcf4dfb8fdef2eaf1cfce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.2.0.ebuild,v 1.3 2004/06/24 22:31:01 agriffis Exp $
DESCRIPTION="A text menu based utility for configuring ppp."
SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz"
HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/pppconfig/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
DEPEND=">=net-dialup/ppp-2.4.1-r2
>=dev-util/dialog-0.7"
S=${WORKDIR}/${PN}-2.2
src_install () {
dodir /etc/chatscripts
dodir /etc/ppp/resolv
dosbin 0dns-down 0dns-up dns-clean
newsbin pppconfig pppconfig.real
dosbin ${FILESDIR}/pppconfig
doman pppconfig.8
dodoc debian/{copyright,changelog}
}
|