diff options
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.2.0.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.2.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild b/net-dialup/pptpclient/pptpclient-1.2.0.ebuild deleted file mode 100644 index 4b741fb4bb48..000000000000 --- a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.2.0.ebuild,v 1.10 2004/10/04 22:52:59 pvdabeel Exp $ - -MY_P=pptp-linux-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Linux client for PPTP" -HOMEPAGE="http://pptpclient.sourceforge.net/" -SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc amd64 alpha" -IUSE="tcltk" - -DEPEND="net-dialup/ppp - dev-lang/perl - tcltk? ( dev-perl/perl-tk )" - -src_compile() { - make || die "make failed" -} - -src_install() { - dosbin pptp - dodoc AUTHORS COPYING ChangeLog DEVELOPERS NEWS README TODO USING - dodoc Documentation/* - dodoc Reference/* - dodir /etc/pptp.d - - # The current version of pptp-linux doesn't include the - # RH-specific portions, so include them ourselves. - cd ${FILESDIR} - insinto /etc/ppp - doins options.pptp - dosbin ${DISTDIR}/pptp-command pptp_fe.pl - use tcltk && dosbin xpptp_fe.pl -} |