summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-08-16 23:19:35 +0000
committerBen Lutgens <lamer@gentoo.org>2001-08-16 23:19:35 +0000
commit05ee33a76dae209c02e9f0e5a4bb4f3eb3603ed2 (patch)
treebd0ddfcd0224fac0874dfaf7209297953823a91a /net-dialup/pppconfig/pppconfig-2.0.8.ebuild
parent*** empty log message *** (diff)
downloadgentoo-2-05ee33a76dae209c02e9f0e5a4bb4f3eb3603ed2.tar.gz
gentoo-2-05ee33a76dae209c02e9f0e5a4bb4f3eb3603ed2.tar.bz2
gentoo-2-05ee33a76dae209c02e9f0e5a4bb4f3eb3603ed2.zip
this is the 4th or 5th time I've tried to commit, I just ntpdated to sync my time, and I'm still off.
Diffstat (limited to 'net-dialup/pppconfig/pppconfig-2.0.8.ebuild')
-rw-r--r--net-dialup/pppconfig/pppconfig-2.0.8.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-dialup/pppconfig/pppconfig-2.0.8.ebuild b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild
new file mode 100644
index 000000000000..f1c666a602d7
--- /dev/null
+++ b/net-dialup/pppconfig/pppconfig-2.0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Ben Lutgens <lamer@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.0.8.ebuild,v 1.1 2001/08/16 23:19:35 lamer Exp $
+A=pppconfig_2.0.8.tar.gz
+S=${WORKDIR}/pppconfig-2.1
+DESCRIPTION="A text menu based utility for configuring ppp."
+SRC_URI="http://ftp.debian.org/debian/pool/main/p/pppconfig/${A}"
+HOMEPAGE="http://http://ftp.debian.org/debian/pool/main/p/pppconfig/"
+DEPEND=">=net-dialup/ppp-2.4.1-r2
+ >=dev-util/dialog-0.7"
+
+#RDEPEND=""
+
+#src_compile() {
+ #try emake
+ #try make
+#}
+
+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,README.debian,changelog}
+}
+