diff --git a/srcpkgs/visitors/template b/srcpkgs/visitors/template new file mode 100644 index 0000000000..3da3eb8685 --- /dev/null +++ b/srcpkgs/visitors/template @@ -0,0 +1,20 @@ +# Template file for 'visitors' +pkgname=visitors +version=0.7 +revision=1 +wrksrc="${pkgname}_${version}" +short_desc="Lightweight web log analyzer" +maintainer="Adrian Siekierka " +license="GPL-2" +build_style=gnu-makefile +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 +}