summaryrefslogtreecommitdiff
blob: 4ee7ee30ad0e959ce53d54db7884bd3c1ecae319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit autotools

DESCRIPTION="Interactive console program to analyse squid logs"
HOMEPAGE="http://www.rillion.net/squidview/"
SRC_URI="http://www.rillion.net/squidview/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	sys-libs/ncurses
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
"
DOCS=(
	AUTHORS BUGS ChangeLog HOWTO README
)
PATCHES=(
	"${FILESDIR}"/${PN}-0.86-tinfo.patch
)

src_prepare() {
	default
	eautoreconf
}