summaryrefslogtreecommitdiff
blob: 7474eac1a0326d261f6e650cf7d82a974af4d081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squidsites/squidsites-1.01.ebuild,v 1.2 2003/02/13 13:51:15 vapier Exp $

DESCRIPTION="Squidsites is a tool that parses Squid access log file and generates a report of the most visited sites."
HOMEPAGE="http://www.stefanopassiglia.com/downloads.htm"
SRC_URI="http://www.stefanopassiglia.com/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="ppc x86"
DEPEND="sys-libs/glibc"
RDEPEND="sys-libs/glibc"
S=${WORKDIR}/src

src_compile() {
	emake || die
}

src_install () {
	cd ${WORKDIR}
	dobin src/squidsites 
	dodoc Authors Bugs ChangeLog GNU-Manifesto.html README
}