wok diff pptpclient/receipt @ rev 17955

marble: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 16 12:29:40 2015 +0200 (2015-04-16)
parents aa4c910539a1
children 51b58a875fb6
line diff
     1.1 --- a/pptpclient/receipt	Wed Jul 29 17:01:01 2009 +0200
     1.2 +++ b/pptpclient/receipt	Thu Apr 16 12:29:40 2015 +0200
     1.3 @@ -5,26 +5,28 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Microsoft Point-to-Point Tunneling Protocol client."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="pptp"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://pptpclient.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 +TAGS="vpn tunnel"
    1.13 +
    1.14  DEPENDS="ppp"
    1.15  BUILD_DEPENDS="ppp"
    1.16 -TAGS="vpn tunnel"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/sbin
    1.31 -	cp -a $_pkg/usr/sbin/pptp $fs/usr/sbin
    1.32 +	cp -a $install/usr/sbin/pptp $fs/usr/sbin
    1.33  }
    1.34