wok-6.x diff vidalia/receipt @ rev 11100
dropbear: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 02:57:07 2011 +0000 (2011-10-17) |
parents | 675153fbaf35 |
children | f0646ed4c21c |
line diff
1.1 --- a/vidalia/receipt Tue May 31 11:55:01 2011 +0200 1.2 +++ b/vidalia/receipt Mon Oct 17 02:57:07 2011 +0000 1.3 @@ -1,28 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vidalia" 1.7 -VERSION="0.2.10" 1.8 +VERSION="0.2.12" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Controller GUI for the Tor software." 1.11 MAINTAINER="paul@slitaz.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://www.torproject.org/vidalia/" 1.14 +WGET_URL="https://www.torproject.org/vidalia/dist/$TARBALL" 1.15 + 1.16 DEPENDS="tor libQtGui libQtXml libegl-mesa" 1.17 BUILD_DEPENDS="cmake Qt4-dev wget qmake libegl-mesa openssl-dev" 1.18 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 -WEB_SITE="https://www.torproject.org/vidalia/" 1.20 -# WGET_URL="https://www.torproject.org/vidalia/dist/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - # Have to use wget for https stuff 1.26 - [ -s ${SOURCE_REPOSITORY:-$SRC}/$TARBALL ] || 1.27 - wget --no-check-certificate -P ${SOURCE_REPOSITORY:-$SRC} \ 1.28 - https://www.torproject.org/vidalia/dist/$TARBALL 1.29 - tar xvf ${SOURCE_REPOSITORY:-$SRC}/$TARBALL 1.30 cd $src 1.31 mkdir build && cd build 1.32 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 1.33 - make && make DESTDIR=$src/_pkg install 1.34 + make && make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.