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 | 89cf85367cad185b35b75ffde6e12f0673cae8eb (patch) | |
tree | 499f20156c7ae9f69bede3e80b43db78b8511997 /net-dialup/pptpclient | |
parent | SLOT, KEYWORDS, LICENSE, 1.0.x unfriendly notice (diff) | |
download | historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.gz historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.tar.bz2 historical-89cf85367cad185b35b75ffde6e12f0673cae8eb.zip |
repoman'd
Diffstat (limited to 'net-dialup/pptpclient')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild index 5f27b77dd23c..ef08d6b474c4 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild @@ -1,13 +1,19 @@ +# Copyright 2002 Gentoo Technologies Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.2 2002/07/17 10:43:25 seemant Exp $ + + S=${WORKDIR}/pptp-linux-${PV}-1 DESCRIPTION="Linux client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers." - HOMEPAGE="http://pptpclient.sourceforge.net" SRC_URI="mirror://sourceforge/pptpclient/pptp-linux-${PV}-1.tar.gz" DEPEND="net-dialup/ppp" -RDEPEND="net-dialup/ppp" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_compile() { cd ${S} |