# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID 25967da0e1af4e4f220c4c567ac1248549b96f8c # Parent 37738b3ee08f5fb34f6423e2efb3d12805c66d6b imported patch get/tinyproxy diff -r 37738b3ee08f -r 25967da0e1af tinyproxy/receipt --- a/tinyproxy/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/tinyproxy/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -5,22 +5,14 @@ CATEGORY="network" SHORT_DESC="A light-weight HTTP proxy daemon for POSIX operating systems." MAINTAINER="slaxemulator@gmail.com" +BUILD_DEPENDS="wget" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://banu.com/tinyproxy/" -WGET="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { - # Download using real wget since the link is https and we need - # --no-check-certificate that works - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - tar xjf $SOURCES_REPOSITORY/$TARBALL - else - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" - tar xjf $SOURCES_REPOSITORY/$TARBALL - fi cd $src patch -Np1 -i ../stuff/no-docs-and-tests.diff ./configure \