wok rev 11084

cloudvpn: Fixed WEB_SITE and WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 02:11:40 2011 +0000 (2011-10-17)
parents 37edf96ed983
children 8bb42e2bb5e4
files cloudvpn/receipt
line diff
     1.1 --- a/cloudvpn/receipt	Mon Oct 17 01:56:28 2011 +0000
     1.2 +++ b/cloudvpn/receipt	Mon Oct 17 02:11:40 2011 +0000
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="Mesh-networked Virtual Private Network."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://www.e-x-a.org/?view=cloudvpn"
     1.8 -WGET_URL="http://www.e-x-a.org/releases/$TARBALL"
     1.9 +WEB_SITE="http://dev.e-x-a.org/projects/cloudvpn/wiki"
    1.10 +WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL"
    1.11  BUILD_DEPENDS="gnutls-dev zlib-dev"
    1.12  DEPENDS="gcc-lib-base gnutls zlib libtasn1"
    1.13  TAGS="vpn tunnel"
    1.14 @@ -17,11 +17,10 @@
    1.15  {
    1.16  	cd $src
    1.17  	./autogen.sh
    1.18 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.19 -	--mandir=/usr/share/man \
    1.20 -	$CONFIGURE_ARGS &&
    1.21 +	./configure \
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.