polipo: update to 1.1.1.
This commit is contained in:
parent
81b99bde7b
commit
48a9c5287f
1 changed files with 13 additions and 7 deletions
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'polipo'
|
# Template file for 'polipo'
|
||||||
pkgname=polipo
|
pkgname=polipo
|
||||||
version=1.0.4.1
|
version=1.1.1
|
||||||
revision=3
|
revision=1
|
||||||
systemd_services="polipo.service on"
|
|
||||||
short_desc="A small and fast caching web proxy"
|
short_desc="A small and fast caching web proxy"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.pps.jussieu.fr/~jch/software/polipo/"
|
homepage="http://www.pps.jussieu.fr/~jch/software/polipo/"
|
||||||
distfiles="http://freehaven.net/~chrisd/polipo/polipo-${version}.tar.gz"
|
distfiles="http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-${version}.tar.gz"
|
||||||
checksum=8d6fbfdec600d42823e483b0143704c6f179c349803028a4d2cef056b79f7cfa
|
checksum=a259750793ab79c491d05fcee5a917faf7d9030fb5d15e05b3704e9c9e4ee015
|
||||||
|
|
||||||
|
build_options="systemd"
|
||||||
|
if [ "$build_option_systemd" ]; then
|
||||||
|
systemd_services="polipo.service on"
|
||||||
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
@ -23,6 +27,8 @@ do_install() {
|
||||||
# install sample config files
|
# install sample config files
|
||||||
vinstall config.sample 644 usr/share/examples/polipo
|
vinstall config.sample 644 usr/share/examples/polipo
|
||||||
vinstall forbidden.sample 644 usr/share/examples/polipo
|
vinstall forbidden.sample 644 usr/share/examples/polipo
|
||||||
# systemd service
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall ${FILESDIR}/polipo.service 644 usr/lib/systemd/system
|
# systemd service
|
||||||
|
vinstall ${FILESDIR}/polipo.service 644 usr/lib/systemd/system
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue