# Author Stefano Scipioni A=${P}-1.tar.gz S=${WORKDIR}/${P}-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="http://prdownloads.sourceforge.net/pptpclient/${A}" DEPEND="net-dialup/ppp" RDEPEND="net-dialup/ppp" src_compile() { cd ${S} tar zxf ${P}.tar.gz cd ${S}/${P} make || die "make failed" } src_install() { cd ${S} insinto /etc/ppp doins options.pptp dosbin pptp-command pptp_fe.pl xpptp_fe.pl cd ${P} dosbin pptp dodoc AUTHORS COPYING ChangeLog DEVELOPERS NEWS README TODO USING dodoc Documentation/* dodoc Reference/* }