wok-6.x diff polipo/receipt @ rev 23050
Up claws-mail (3.17.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 15:13:42 2020 +0100 (2020-03-06) |
parents | 970c5ec9a60a |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/polipo/receipt Sun May 20 13:28:18 2018 +0200 1.2 +++ b/polipo/receipt Fri Mar 06 15:13:42 2020 +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 -