wok diff pptpclient/receipt @ rev 19088
cross/arm: fix build for ell busybox flex ninvaders
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 18:20:33 2016 +0200 (2016-04-30) |
parents | b768ede0c5cb |
children | 2a483efbb28b |
line diff
1.1 --- a/pptpclient/receipt Fri Jun 07 16:21:22 2013 +0200 1.2 +++ b/pptpclient/receipt Sat Apr 30 18:20:33 2016 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pptpclient" 1.7 -VERSION="1.7.2" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,15 +10,16 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WEB_SITE="http://pptpclient.sourceforge.net/" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 +CONFIG_FILES="/etc/ppp/options.pptp" 1.17 TAGS="vpn tunnel" 1.18 1.19 DEPENDS="ppp" 1.20 BUILD_DEPENDS="ppp" 1.21 +SUGGESTED="pptpclient-extra" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 make && 1.28 make DESTDIR=$DESTDIR install 1.29 } 1.30 @@ -28,5 +29,5 @@ 1.31 { 1.32 mkdir -p $fs/usr/sbin 1.33 cp -a $install/usr/sbin/pptp $fs/usr/sbin 1.34 + cp -a $install/etc $fs/ 1.35 } 1.36 -