# Copyright 2001-2002 Sam Besselink # Distributed under the terms of the GNU General Public License, v2 or later # Author Sam Besselink # $ DESCRIPTION="PPTP-client patched by Rein Klazes" HOMEPAGE="http://www.xs4all.nl/~rklazes/data/" SRC_URI="http://home.planet.nl/~mcdon001/${P}.tar.gz http://www.adsl4linux.nl/download/${P}.tar.gz" DEPEND="virtual/glibc" RDEPEND=">=ppp-2.4.0" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_unpack() { cd ${WORKDIR} tar xzf ${DISTDIR}/${P}.tar.gz cd ${SRCDIR} } src_compile() { make || die "Make failed." } src_install() { dosbin pptp dodoc AUTHORS COPYING ChangeLog DEVELOPERS INSTALL NEWS README READMETOO TODO USING dodoc Documentation/* dodoc Reference/* }