# HG changeset patch # User Hans-G?nter Theisgen # Date 1559831617 -3600 # Node ID a26adfb74f3f43d1c19ef25f804353834538d481 # Parent 125ba2464bdcab47862b912f9688ee945476c99c updated pptpclient and pptpclient-extra (1.8.0 -> 1.10.0) diff -r 125ba2464bdc -r a26adfb74f3f pptpclient-extra/receipt --- a/pptpclient-extra/receipt Thu Jun 06 15:09:01 2019 +0100 +++ b/pptpclient-extra/receipt Thu Jun 06 15:33:37 2019 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="pptpclient-extra" -VERSION="1.8.0" +VERSION="1.10.0" CATEGORY="network" SHORT_DESC="PPTP client configuration helper." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WANTED="pptpclient" -SOURCE="pptp" WEB_SITE="http://pptpclient.sourceforge.net/" +SOURCE="pptp" + DEPENDS="pptpclient perl" +WANTED="pptpclient" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin + cp -a $install/usr/sbin/pptpsetup $fs/usr/sbin sed -i 's/die ".* MPPE .* in kernel/echo "$0: no MPPE kernel module/' \ $fs/usr/sbin/pptpsetup sed -i 's/wc --lines/wc -l/' $fs/usr/sbin/pptpsetup sed -i '/# system checking/{n;s/^/#/;n;s/^/#/;}' $fs/usr/sbin/pptpsetup } - diff -r 125ba2464bdc -r a26adfb74f3f pptpclient/receipt --- a/pptpclient/receipt Thu Jun 06 15:09:01 2019 +0100 +++ b/pptpclient/receipt Thu Jun 06 15:33:37 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="pptpclient" -VERSION="1.8.0" +VERSION="1.10.0" CATEGORY="network" +TAGS="vpn tunnel" SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://pptpclient.sourceforge.net/" + SOURCE="pptp" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pptpclient.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -CONFIG_FILES="/etc/ppp/options.pptp" -TAGS="vpn tunnel" +SUGGESTED="pptpclient-extra" DEPENDS="ppp" BUILD_DEPENDS="ppp" -SUGGESTED="pptpclient-extra" +CONFIG_FILES="/etc/ppp/options.pptp" # Rules to configure and make the package. compile_rules() @@ -27,9 +28,14 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/sbin $install/usr/share/doc - cp $src/Documentation/* $src/README $src/PROTOCOL-SECURITY \ - $src/NEWS $src/USING install/usr/share/doc - cp -a $install/usr/sbin/pptp $fs/usr/sbin - cp -a $install/etc $fs/ + mkdir -p $fs/usr/sbin + mkdir -p $install/usr/share/doc + + cp $src/Documentation/* $install/usr/share/doc + cp $src/README $install/usr/share/doc + cp $src/PROTOCOL-SECURITY $install/usr/share/doc + cp $src/NEWS $install/usr/share/doc + cp $src/USING $install/usr/share/doc + cp -a $install/usr/sbin/pptp $fs/usr/sbin + cp -a $install/etc $fs/ }