wok-next diff pptpclient/receipt @ rev 16627
qpdfview: roll back poppler-qt4-dev hack (package is recooked well).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 09 23:42:32 2014 +0300 (2014-05-09) |
parents | aa4c910539a1 |
children | 51b58a875fb6 |
line diff
1.1 --- a/pptpclient/receipt Wed Jul 29 17:01:01 2009 +0200 1.2 +++ b/pptpclient/receipt Fri May 09 23:42:32 2014 +0300 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