wok-6.x rev 18131
Up pptpclient (1.8.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 13:10:10 2015 +0200 (2015-06-13) |
parents | b65606697305 |
children | ee3b11a5d1d1 |
files | pptpclient-extra/receipt pptpclient-man/receipt pptpclient/receipt |
line diff
1.1 --- a/pptpclient-extra/receipt Fri Jun 12 14:08:40 2015 +0200 1.2 +++ b/pptpclient-extra/receipt Sat Jun 13 13:10:10 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pptpclient-extra" 1.7 -VERSION="1.7.2" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="PPTP client configuration helper." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/pptpclient-man/receipt Fri Jun 12 14:08:40 2015 +0200 2.2 +++ b/pptpclient-man/receipt Sat Jun 13 13:10:10 2015 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pptpclient-man" 2.7 -VERSION="1.7.2" 2.8 +VERSION="1.8.0" 2.9 CATEGORY="network" 2.10 SHORT_DESC="PPTP client man pages." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -16,4 +16,3 @@ 2.13 mkdir -p $fs/usr/ 2.14 cp -a $install/usr/share $fs/usr/ 2.15 } 2.16 -
3.1 --- a/pptpclient/receipt Fri Jun 12 14:08:40 2015 +0200 3.2 +++ b/pptpclient/receipt Sat Jun 13 13:10:10 2015 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="pptpclient" 3.7 -VERSION="1.7.2" 3.8 +VERSION="1.8.0" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -10,15 +10,16 @@ 3.13 TARBALL="$SOURCE-$VERSION.tar.gz" 3.14 WEB_SITE="http://pptpclient.sourceforge.net/" 3.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.16 +CONFIG_FILES="/etc/ppp/options.pptp" 3.17 TAGS="vpn tunnel" 3.18 3.19 DEPENDS="ppp" 3.20 BUILD_DEPENDS="ppp" 3.21 +SUGGESTED="pptpclient-extra" 3.22 3.23 # Rules to configure and make the package. 3.24 compile_rules() 3.25 { 3.26 - cd $src 3.27 make && 3.28 make DESTDIR=$DESTDIR install 3.29 } 3.30 @@ -28,5 +29,5 @@ 3.31 { 3.32 mkdir -p $fs/usr/sbin 3.33 cp -a $install/usr/sbin/pptp $fs/usr/sbin 3.34 + cp -a $install/etc $fs/ 3.35 } 3.36 -