wok diff pptpclient/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 2a483efbb28b
children 080c1dff8494
line diff
     1.1 --- a/pptpclient/receipt	Tue Jul 31 21:53:05 2018 +0200
     1.2 +++ b/pptpclient/receipt	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pptpclient"
     1.7 -VERSION="1.8.0"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="network"
    1.10 +TAGS="vpn tunnel"
    1.11  SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://pptpclient.sourceforge.net/"
    1.15 +
    1.16  SOURCE="pptp"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://pptpclient.sourceforge.net/"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20 -CONFIG_FILES="/etc/ppp/options.pptp"
    1.21 -TAGS="vpn tunnel"
    1.22  
    1.23 +SUGGESTED="pptpclient-extra"
    1.24  DEPENDS="ppp"
    1.25  BUILD_DEPENDS="ppp"
    1.26 -SUGGESTED="pptpclient-extra"
    1.27 +CONFIG_FILES="/etc/ppp/options.pptp"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31 @@ -27,9 +28,14 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr/sbin $install/usr/share/doc
    1.36 -	cp $src/Documentation/* $src/README $src/PROTOCOL-SECURITY \
    1.37 -		$src/NEWS $src/USING install/usr/share/doc
    1.38 -	cp -a $install/usr/sbin/pptp $fs/usr/sbin
    1.39 -	cp -a $install/etc $fs/
    1.40 +	mkdir -p $fs/usr/sbin
    1.41 +	mkdir -p $install/usr/share/doc
    1.42 +
    1.43 +	cp $src/Documentation/*		$install/usr/share/doc
    1.44 +	cp $src/README			$install/usr/share/doc
    1.45 +	cp $src/PROTOCOL-SECURITY	$install/usr/share/doc
    1.46 +	cp $src/NEWS			$install/usr/share/doc
    1.47 +	cp $src/USING			$install/usr/share/doc
    1.48 +	cp -a $install/usr/sbin/pptp	$fs/usr/sbin
    1.49 +	cp -a $install/etc		$fs/
    1.50  }