wok rev 21701
updated pptpclient and pptpclient-extra (1.8.0 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 06 15:33:37 2019 +0100 (2019-06-06) |
parents | 125ba2464bdc |
children | 72d34faa7fd6 |
files | pptpclient-extra/receipt pptpclient/receipt |
line diff
1.1 --- a/pptpclient-extra/receipt Thu Jun 06 15:09:01 2019 +0100 1.2 +++ b/pptpclient-extra/receipt Thu Jun 06 15:33:37 2019 +0100 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pptpclient-extra" 1.7 -VERSION="1.8.0" 1.8 +VERSION="1.10.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="PPTP client configuration helper." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WANTED="pptpclient" 1.14 -SOURCE="pptp" 1.15 WEB_SITE="http://pptpclient.sourceforge.net/" 1.16 1.17 +SOURCE="pptp" 1.18 + 1.19 DEPENDS="pptpclient perl" 1.20 +WANTED="pptpclient" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/sbin 1.26 + 1.27 cp -a $install/usr/sbin/pptpsetup $fs/usr/sbin 1.28 sed -i 's/die ".* MPPE .* in kernel/echo "$0: no MPPE kernel module/' \ 1.29 $fs/usr/sbin/pptpsetup 1.30 sed -i 's/wc --lines/wc -l/' $fs/usr/sbin/pptpsetup 1.31 sed -i '/# system checking/{n;s/^/#/;n;s/^/#/;}' $fs/usr/sbin/pptpsetup 1.32 } 1.33 -
2.1 --- a/pptpclient/receipt Thu Jun 06 15:09:01 2019 +0100 2.2 +++ b/pptpclient/receipt Thu Jun 06 15:33:37 2019 +0100 2.3 @@ -1,21 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pptpclient" 2.7 -VERSION="1.8.0" 2.8 +VERSION="1.10.0" 2.9 CATEGORY="network" 2.10 +TAGS="vpn tunnel" 2.11 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="http://pptpclient.sourceforge.net/" 2.15 + 2.16 SOURCE="pptp" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WEB_SITE="http://pptpclient.sourceforge.net/" 2.19 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.20 -CONFIG_FILES="/etc/ppp/options.pptp" 2.21 -TAGS="vpn tunnel" 2.22 2.23 +SUGGESTED="pptpclient-extra" 2.24 DEPENDS="ppp" 2.25 BUILD_DEPENDS="ppp" 2.26 -SUGGESTED="pptpclient-extra" 2.27 +CONFIG_FILES="/etc/ppp/options.pptp" 2.28 2.29 # Rules to configure and make the package. 2.30 compile_rules() 2.31 @@ -27,9 +28,14 @@ 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 genpkg_rules() 2.34 { 2.35 - mkdir -p $fs/usr/sbin $install/usr/share/doc 2.36 - cp $src/Documentation/* $src/README $src/PROTOCOL-SECURITY \ 2.37 - $src/NEWS $src/USING install/usr/share/doc 2.38 - cp -a $install/usr/sbin/pptp $fs/usr/sbin 2.39 - cp -a $install/etc $fs/ 2.40 + mkdir -p $fs/usr/sbin 2.41 + mkdir -p $install/usr/share/doc 2.42 + 2.43 + cp $src/Documentation/* $install/usr/share/doc 2.44 + cp $src/README $install/usr/share/doc 2.45 + cp $src/PROTOCOL-SECURITY $install/usr/share/doc 2.46 + cp $src/NEWS $install/usr/share/doc 2.47 + cp $src/USING $install/usr/share/doc 2.48 + cp -a $install/usr/sbin/pptp $fs/usr/sbin 2.49 + cp -a $install/etc $fs/ 2.50 }