mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/polipo: Updated for version 1.0.4.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ee12168b58
commit
8b2c8b22e9
3 changed files with 9 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for Polipo
|
# Slackware build script for Polipo
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Marco Bonetti <sid77@slackware.it>
|
# Copyright 2009-2012 Marco Bonetti <sid77@slackware.it>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,16 +24,14 @@
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=polipo
|
PRGNAM=polipo
|
||||||
VERSION=${VERSION:-1.0.4}
|
VERSION=${VERSION:-1.0.4.1}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="polipo"
|
PRGNAM="polipo"
|
||||||
VERSION="1.0.4"
|
VERSION="1.0.4.1"
|
||||||
HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/polipo/"
|
HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/polipo/"
|
||||||
DOWNLOAD="http://www.pps.jussieu.fr/~jch/software/files/polipo/polipo-1.0.4.tar.gz"
|
DOWNLOAD="http://freehaven.net/~chrisd/polipo/polipo-1.0.4.1.tar.gz"
|
||||||
MD5SUM="defdce7f8002ca68705b6c2c36c4d096"
|
MD5SUM="bfc5c85289519658280e093a270d6703"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Marco Bonetti"
|
MAINTAINER="Marco Bonetti"
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
polipo: Polipo (caching web proxy)
|
polipo: Polipo (caching web proxy)
|
||||||
polipo:
|
polipo:
|
||||||
polipo: Polipo is a small and fast caching web proxy (a web cache, an HTTP
|
polipo: Polipo is a small and fast caching web proxy (a web cache, an HTTP
|
||||||
polipo: proxy, a proxy server). While Polipo was designed to be used by one
|
polipo: proxy, a proxy server). While Polipo was designed to be used by one
|
||||||
polipo: person or a small group of people, there is nothing that prevents it
|
polipo: person or a small group of people, there is nothing that prevents it
|
||||||
polipo: from being used by a larger group.
|
polipo: from being used by a larger group.
|
||||||
polipo:
|
polipo:
|
||||||
polipo:
|
polipo:
|
||||||
polipo:
|
polipo:
|
||||||
|
|
Loading…
Reference in a new issue