diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:43:25 +0000 |
commit | 3bd0d6ee237edbd424f57526f35b2c72d5141d38 (patch) | |
tree | a371197cccdb4064cecef54b30f9c82587f55a18 /net-dialup/pptpd/pptpd-1.1.2.ebuild | |
parent | SLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff) | |
download | gentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.tar.gz gentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.tar.bz2 gentoo-2-3bd0d6ee237edbd424f57526f35b2c72d5141d38.zip |
repoman'd
Diffstat (limited to 'net-dialup/pptpd/pptpd-1.1.2.ebuild')
-rw-r--r-- | net-dialup/pptpd/pptpd-1.1.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-dialup/pptpd/pptpd-1.1.2.ebuild b/net-dialup/pptpd/pptpd-1.1.2.ebuild index 58f353f446b2..eb49b57c1fde 100644 --- a/net-dialup/pptpd/pptpd-1.1.2.ebuild +++ b/net-dialup/pptpd/pptpd-1.1.2.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.2 2002/07/08 04:58:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.3 2002/07/17 10:43:25 seemant Exp $ S=${WORKDIR}/pptpd-1.1.2 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" SRC_URI="http://www.mirrors.wiretapped.net/security/network-security/poptop/pptpd-1.1.2.tar.gz" HOMEPAGE="http://poptop.lineo.com" + DEPEND="virtual/glibc net-dialup/ppp" -LICENSE="GPL" -RDEPEND="" + SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_compile() { econf || die @@ -29,7 +31,7 @@ src_install () { insinto /etc/ppp doins ${FILESDIR}/options.pptpd - dodoc README README.inetd README.slirp AUTHORS COPYING INSTALL TODO ChangeLog + dodoc README* AUTHORS COPYING INSTALL TODO ChangeLog docinto samples; dodoc samples/* } |