# HG changeset patch # User Christopher Rogers # Date 1318817500 0 # Node ID 531e1bc559d9718066f9b303b42733d16f6b9bde # Parent 37edf96ed9835003819f53c4ff35f54ece7ee211 cloudvpn: Fixed WEB_SITE and WGET_URL. diff -r 37edf96ed983 -r 531e1bc559d9 cloudvpn/receipt --- a/cloudvpn/receipt Mon Oct 17 01:56:28 2011 +0000 +++ b/cloudvpn/receipt Mon Oct 17 02:11:40 2011 +0000 @@ -6,8 +6,8 @@ SHORT_DESC="Mesh-networked Virtual Private Network." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.e-x-a.org/?view=cloudvpn" -WGET_URL="http://www.e-x-a.org/releases/$TARBALL" +WEB_SITE="http://dev.e-x-a.org/projects/cloudvpn/wiki" +WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL" BUILD_DEPENDS="gnutls-dev zlib-dev" DEPENDS="gcc-lib-base gnutls zlib libtasn1" TAGS="vpn tunnel" @@ -17,11 +17,10 @@ { cd $src ./autogen.sh - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure \ + $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.