From adb1197378d6be5860063a270cfc722e90910fa1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 15 Feb 2019 04:34:34 -0200 Subject: [PATCH] visitors: remove erroneous vlicense, fix license= --- srcpkgs/visitors/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/visitors/template b/srcpkgs/visitors/template index b9e9d9b28e..39f09c00fd 100644 --- a/srcpkgs/visitors/template +++ b/srcpkgs/visitors/template @@ -1,19 +1,18 @@ # Template file for 'visitors' pkgname=visitors version=0.7 -revision=2 +revision=3 wrksrc="${pkgname}_${version}" +build_style=gnu-makefile short_desc="Lightweight web log analyzer" maintainer="Adrian Siekierka " -license="GPL-2" -build_style=gnu-makefile +license="GPL-2.0-only" homepage="http://www.hping.org/visitors/" distfiles="http://www.hping.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum=d2149e33ffe96b1f52b0587cff65973b0bc0b24ec43cdf072a782c1bd52148ab do_install() { vbin visitors - vlicense COPYING vdoc README vdoc Changelog vdoc AUTHORS