SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pptpclient"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)