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/pptpclient | |
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/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} |