polipo: update to 1.1.1.

This commit is contained in:
Juan RP 2014-08-21 09:16:03 +02:00
parent 81b99bde7b
commit 48a9c5287f

View file

@ -1,14 +1,18 @@
# Template file for 'polipo'
pkgname=polipo
version=1.0.4.1
revision=3
systemd_services="polipo.service on"
version=1.1.1
revision=1
short_desc="A small and fast caching web proxy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.pps.jussieu.fr/~jch/software/polipo/"
distfiles="http://freehaven.net/~chrisd/polipo/polipo-${version}.tar.gz"
checksum=8d6fbfdec600d42823e483b0143704c6f179c349803028a4d2cef056b79f7cfa
distfiles="http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-${version}.tar.gz"
checksum=a259750793ab79c491d05fcee5a917faf7d9030fb5d15e05b3704e9c9e4ee015
build_options="systemd"
if [ "$build_option_systemd" ]; then
systemd_services="polipo.service on"
fi
do_build() {
make ${makejobs}
@ -23,6 +27,8 @@ do_install() {
# install sample config files
vinstall config.sample 644 usr/share/examples/polipo
vinstall forbidden.sample 644 usr/share/examples/polipo
# systemd service
vinstall ${FILESDIR}/polipo.service 644 usr/lib/systemd/system
if [ "$build_option_systemd" ]; then
# systemd service
vinstall ${FILESDIR}/polipo.service 644 usr/lib/systemd/system
fi
}