# SliTaz package receipt. PACKAGE="pptpclient" VERSION="1.7.2" CATEGORY="network" SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="pptp" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pptpclient.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="ppp" BUILD_DEPENDS="ppp" TAGS="vpn tunnel" # Rules to configure and make the package. compile_rules() { cd $src make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin cp -a $_pkg/usr/sbin/pptp $fs/usr/sbin }