polipo: needs texinfo in hostmakedepends

Also fix xlint and the license which is MIT style.
This commit is contained in:
Jürgen Buchmüller 2020-05-12 22:42:10 +02:00
parent a24d7b757b
commit 002b42e7f0

View file

@ -2,9 +2,10 @@
pkgname=polipo
version=1.1.1
revision=6
short_desc="A small and fast caching web proxy"
hostmakedepends="texinfo"
short_desc="Small and fast caching web proxy"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="MIT"
homepage="http://www.pps.jussieu.fr/~jch/software/polipo/"
distfiles="http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-${version}.tar.gz"
checksum=a259750793ab79c491d05fcee5a917faf7d9030fb5d15e05b3704e9c9e4ee015
@ -22,4 +23,5 @@ do_install() {
vinstall config.sample 644 usr/share/examples/polipo
vinstall forbidden.sample 644 usr/share/examples/polipo
vsv polipo
vlicense COPYING
}