visitors: remove erroneous vlicense, fix license=

This commit is contained in:
maxice8 2019-02-15 04:34:34 -02:00 committed by maxice8
parent aa34eb8d6f
commit adb1197378

View file

@ -1,19 +1,18 @@
# Template file for 'visitors' # Template file for 'visitors'
pkgname=visitors pkgname=visitors
version=0.7 version=0.7
revision=2 revision=3
wrksrc="${pkgname}_${version}" wrksrc="${pkgname}_${version}"
build_style=gnu-makefile
short_desc="Lightweight web log analyzer" short_desc="Lightweight web log analyzer"
maintainer="Adrian Siekierka <asiekierka@gmail.com>" maintainer="Adrian Siekierka <asiekierka@gmail.com>"
license="GPL-2" license="GPL-2.0-only"
build_style=gnu-makefile
homepage="http://www.hping.org/visitors/" homepage="http://www.hping.org/visitors/"
distfiles="http://www.hping.org/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://www.hping.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=d2149e33ffe96b1f52b0587cff65973b0bc0b24ec43cdf072a782c1bd52148ab checksum=d2149e33ffe96b1f52b0587cff65973b0bc0b24ec43cdf072a782c1bd52148ab
do_install() { do_install() {
vbin visitors vbin visitors
vlicense COPYING
vdoc README vdoc README
vdoc Changelog vdoc Changelog
vdoc AUTHORS vdoc AUTHORS