diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:50:29 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:50:29 +0000 |
commit | 8cfb6f3984f37084213d5ad884068b6d60712fb9 (patch) | |
tree | 610356e5c363275770b5680b3c6417d3c0731fd8 /net-dialup/pppoed | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.gz gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.bz2 gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.zip |
*** empty log message ***
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/files/digest-pppoed-0.47-r1 | 1 | ||||
-rw-r--r-- | net-dialup/pppoed/pppoed-0.47-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net-dialup/pppoed/files/digest-pppoed-0.47-r1 b/net-dialup/pppoed/files/digest-pppoed-0.47-r1 deleted file mode 100644 index fc7303a48702..000000000000 --- a/net-dialup/pppoed/files/digest-pppoed-0.47-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9542214a4fa3bc2e446c1bb41f01e45c pppoed0.47.tgz diff --git a/net-dialup/pppoed/pppoed-0.47-r1.ebuild b/net-dialup/pppoed/pppoed-0.47-r1.ebuild deleted file mode 100644 index 69c12cb4c4c7..000000000000 --- a/net-dialup/pppoed/pppoed-0.47-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.5 2000/11/01 04:44:18 achim Exp $ - -P=pppoed-0.47 -A=pppoed0.47.tgz -S=${WORKDIR}/${P}/pppoed -DESCRIPTION="PPP over Ethernet" -SRC_URI=" http://www.davin.ottawa.on.ca/pppoe/pppoed0.47.tgz" -HOMEPAGE="http://www.davin.ottawa.on.ca/pppoe/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/ppp/pppoed - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - dodoc AUTHORS ChangeLog COPYING NEWS README* - cd .. - docinto docs - dodoc docs/* - docinto contrib - dodoc contribs/* -} - - - |