Merge pull request #3923 from asiekierka/visitors-add
New package: visitors-0.7
This commit is contained in:
commit
4db3c8253c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/visitors/template
Normal file
20
srcpkgs/visitors/template
Normal file
|
@ -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 <asiekierka@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue