summaryrefslogtreecommitdiff
blob: dffb833faf3787263b222813392a02dd0ff002cc (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2.ebuild,v 1.1 2003/03/16 13:43:24 bass Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Simple Web Indexing System for Humans - Ehanced"
SRC_URI="http://www.swish-e.org/Download/${P}.tar.gz"
HOMEPAGE="http://www.swish-e.org"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"

DEPEND=">=sys-libs/zlib-1.1.3
	 dev-libs/libxml2
	dev-perl/libwww-perl"
	
src_compile() {

	econf || die

	emake || die

}

src_install () {
	dobin  src/swish-e
	
	dodoc INSTALL README 
}