wok diff tinyproxy/receipt @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 600aaedb561d
children 39c5255f1c90
line diff
     1.1 --- a/tinyproxy/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/tinyproxy/receipt	Wed Jun 19 17:26:14 2019 +0200
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tinyproxy"
     1.7 -VERSION="1.8.3"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A light-weight HTTP proxy daemon for POSIX operating systems."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="https://banu.com/tinyproxy/"
    1.15 -WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +WEB_SITE="https://tinyproxy.github.io/"
    1.17 +WGET_URL="https://github.com/tinyproxy/tinyproxy/archive/$VERSION.tar.gz"
    1.18  
    1.19  BUILD_DEPENDS="wget"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	patch -Np1 -i $stuff/no-docs-and-tests.diff
    1.26  	./configure \
    1.27  		--prefix=/usr \