wok rev 21693

updated polipo (1.1.0 -> 1.1.1)
author Hans-G?nter Theisgen
date Wed Jun 05 15:25:15 2019 +0100 (2019-06-05)
parents 3b3749beba6d
children cfdb128f6428
files polipo/receipt
line diff
     1.1 --- a/polipo/receipt	Tue Jun 04 11:06:20 2019 +0200
     1.2 +++ b/polipo/receipt	Wed Jun 05 15:25:15 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="polipo"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small and fast caching web proxy."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.irif.fr/~jch/software/polipo/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.pps.jussieu.fr/~jch/software/polipo/"
    1.17 -WGET_URL="http://www.pps.univ-paris-diderot.fr/~jch/software/files/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="https://github.com/jech/$PACKAGE/archive/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS="texinfo"
    1.22 @@ -16,19 +17,21 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	make all
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/bin $fs/etc/polipo $fs/usr/share/polipo/www/doc
    1.34 -	cp -a $src/polipo $fs/usr/bin
    1.35 -	cp -a $src/config.sample $fs/etc/polipo/config
    1.36 -	cp -a $src/forbidden.sample $fs/etc/polipo/forbidden
    1.37 -	cp -a $src/localindex.html $fs/usr/share/polipo/www/index.html
    1.38 -	cp -a $src/html/* $fs/usr/share/polipo/www/doc
    1.39 +	mkdir -p $fs/usr/bin
    1.40 +	mkdir -p $fs/etc/polipo
    1.41 +	mkdir -p $fs/usr/share/polipo/www/doc
    1.42 +
    1.43 +	cp -a $src/polipo		$fs/usr/bin
    1.44 +	cp -a $src/config.sample	$fs/etc/polipo/config
    1.45 +	cp -a $src/forbidden.sample	$fs/etc/polipo/forbidden
    1.46 +	cp -a $src/localindex.html	$fs/usr/share/polipo/www/index.html
    1.47 +	cp -a $src/html/*		$fs/usr/share/polipo/www/doc
    1.48  }
    1.49  
    1.50  # Create a disk cache.                  
    1.51 @@ -48,4 +51,3 @@
    1.52  	rm -rf "$1/var/cache/polipo"
    1.53  	status
    1.54  }                                    
    1.55 -